-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken links in rustbook chapter on compiler plugins #28309
Comments
This is what that page wants to point to: http://manishearth.github.io/rust-internals-docs/rustc/plugin/index.html This stuff is no longer produced by default because it cluttered up the documentation and got indexed by search engines. |
Yes, this is a known limitation of the current set of choices on how to do things. We've been talking about making an official /internals route, with which this could then be updated to, but I'm not sure it was ever done. @edunham? |
Closing in favor of #29893 |
This might be a known side-effect of the immature nature of compiler plugins, but nearly all of the links from the "Compiler Plugins" chapter are broken.
https://doc.rust-lang.org/nightly/book/compiler-plugins.html
Example from the 2nd paragraph:
See the rustc::plugin documentation for more about the mechanics of defining and loading a plugin.
All broken links are generally to a page from the
rustc
docs or thesyntax
docs (which I can't actually find anywhere)The text was updated successfully, but these errors were encountered: