-
Notifications
You must be signed in to change notification settings - Fork 212
Provides rustc related crates that not in crates.io #79
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
Comments
@liigo we have links to the standard library and a few other resource under the 'Rust' dropdown in the navigation panel. If you have any specific links you would like, feel free to open a new issue (or make a PR adding them yourself, mentoring instructions here: #137 (comment)) |
@jyn514 there's no rustc related api docs listed in the 'Rust' dropdown currently, so i don't think this issue is resolved. |
Ah sorry I misread |
Mentoring instructions:
|
Thank you! |
Also, @pietroalbini are you comfortable adding links to |
The link I think @liigo mentions is https://doc.rust-lang.org/nightly/nightly-rustc/rustc/. I don't think adding the link itself is worth though: it's only needed for people working on the compiler, and it's shown on the home page of the contributor guide. |
Maybe it would be helpful to link to the contributor guide instead? |
Hmm, I still don't see much value in that, as a rustc contributor should already know that. |
Speaking personally, I've made a couple PRs to rustc and I didn't know the contributor guide existed until recently. I don't think it hurts to advertise it a bit more. |
IMO if |
But |
BTW, you can go to https://docs.rs/std and it will redirect you to https://doc.rust-lang.org/stable/std/, which might be part of what you're looking for. |
Actually, maybe it would make sense to redirect |
Docs of HIR, MIR, etc. are useful for some developers.
The text was updated successfully, but these errors were encountered: