Rename librustc to librustc_middle#642
Merged
mark-i-m merged 5 commits intorust-lang:masterfrom Mar 31, 2020
Merged
Conversation
Contributor
|
It looks like the new rustdocs have not uploaded yet. |
Contributor
|
I've rolled together the other link fixes too. |
Contributor
Contributor
Author
|
Docs are now uploaded https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/, re-running checks |
Member
|
Re-triggered CI, seems some commit-specified links are broken. |
Member
|
@LeSeulArtichaut just a few failures left, which are links to exact commits. I think those you are must just revert. |
mark-i-m
previously approved these changes
Mar 31, 2020
Contributor
mark-i-m
left a comment
There was a problem hiding this comment.
This looks good to me! Thanks!
This function was obsoleted by `find_in_move_path_or_its_descendants`.
mark-i-m
approved these changes
Mar 31, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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