Skip to content
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

Closed
eminence opened this issue Sep 9, 2015 · 3 comments
Closed

Broken links in rustbook chapter on compiler plugins #28309

eminence opened this issue Sep 9, 2015 · 3 comments

Comments

@eminence
Copy link
Contributor

eminence commented Sep 9, 2015

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 the syntax docs (which I can't actually find anywhere)

@ebfull
Copy link
Contributor

ebfull commented Sep 9, 2015

All broken links are generally to a page from the rustc docs or the syntax docs (which I can't actually find anywhere)

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.

@steveklabnik
Copy link
Member

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?

@steveklabnik steveklabnik added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. A-docs and removed T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Sep 28, 2015
@steveklabnik
Copy link
Member

Closing in favor of #29893

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants