-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Misc rustdoc changes #52211
Misc rustdoc changes #52211
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
src/librustdoc/core.rs
Outdated
} else { | ||
clean::get_trait_def_id(&tcx, &["core", "marker", "Send"], false) | ||
clean::path_to_def_local(&tcx, &["core", "marker", "Send"]) |
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.
Do path_to_def
and path_to_def_local
act the same in this situation? I'm wondering what the motivation here is.
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.
Oops should be path_to_def
here
Can you list out what change(s) you're making, and some reasoning behind them? Some of them are fairly apparent (removing unused code) but it's worth making it explicit. (Side note: i'm generally wary of PRs marked "miscellaneous changes" with nothing in the description. Also, if you're still working on this, can you add "WIP" to the title so we don't accidentally merge it? |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Changes:
|
For that last one, you may want to coordinate with @steveklabnik as this has a chance of clashing with #52194. |
#52194 doesn't remove or move the |
☔ The latest upstream changes (presumably #52194) made this pull request unmergeable. Please resolve the merge conflicts. |
3e9d22d
to
55c11e3
Compare
Rebased and reverted removal of type alias |
Ping from triage! @QuietMisdreavus will you have time to work on this PR? |
Oops, sorry for letting this sit! This looks good now, thanks! @bors r+ rollup |
📌 Commit 55c11e3 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
No description provided.