-
Notifications
You must be signed in to change notification settings - Fork 519
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
Rename librustc
to librustc_middle
#642
Conversation
It looks like the new rustdocs have not uploaded yet. |
I've rolled together the other link fixes too. |
Docs are now uploaded https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/, re-running checks |
Re-triggered CI, seems some commit-specified links are broken. |
@LeSeulArtichaut just a few failures left, which are links to exact commits. I think those you are must just revert. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! Thanks!
This function was obsoleted by `find_in_move_path_or_its_descendants`.
This is a first draft of the changes. I wanted to use the CI to detect broken links as soon as the new nightly is pushed to
doc.rust-lang.org
.librustc::
withlibrustc_middle::
(code paths)librustc/
withlibrustc_middle/
(file paths)/rustc/
with/rustc_middle/
(doc paths)cc rust-lang/rust#70536
EDIT (mark-i-m): I've rolled up all of the link fixing PRs into this one, since none of them can individually pass CI.
resolves #640 #641 #646