-
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
Hide default impls items #54162
Hide default impls items #54162
Conversation
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 |
☔ The latest upstream changes (presumably #53409) made this pull request unmergeable. Please resolve the merge conflicts. |
edd7fe2
to
f36fcca
Compare
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 |
f36fcca
to
11e8690
Compare
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 |
11e8690
to
25124dd
Compare
Updated. |
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 |
Not ready for the moment (because of #54492). |
Triage; @QuietMisdreavus Hello, are you able to review this PR? |
@Aaronepower: Not ready yet so reviewing wouldn't be very useful for the moment... |
Ping from triage @GuillaumeGomez: what is the status of this PR? |
Still need to be updated. Trying to do more urgent issues first. |
25124dd
to
f729f4a
Compare
Should be ready to go now! |
src/librustdoc/clean/mod.rs
Outdated
pub fn is_associated(&self) -> bool { | ||
match *self { | ||
ItemEnum::TypedefItem(_, _) | | ||
ItemEnum::AssociatedConstItem(_, _) | |
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.
I feel like associated consts don't need to be shown all the time, since we don't show const values any more.
Ping from triage @GuillaumeGomez: it looks like some updates have been requested to your PR. |
I'll update it in the next days. |
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.
r=me pending travis
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 |
This is the second |
I think the problem is a missing class here. |
cb5d220
to
ca65b43
Compare
Updated the failing test accordingly (it was a missing class). |
r=me pending travis |
@bors: r=QuietMisdreavus |
📌 Commit ca65b43 has been approved by |
…tems, r=QuietMisdreavus Hide default impls items Follow up of rust-lang#51885. Fixes rust-lang#54025. cc @Mark-Simulacrum r? @QuietMisdreavus And screenshots of course: <img width="1440" alt="screen shot 2018-09-12 at 23 30 35" src="https://user-images.githubusercontent.com/3050060/45454424-1ff8d500-b6e4-11e8-9257-030322495d58.png"> <img width="1440" alt="screen shot 2018-09-12 at 23 30 42" src="https://user-images.githubusercontent.com/3050060/45454431-2424f280-b6e4-11e8-8d65-db0d85ac18f0.png">
Rollup of 5 pull requests Successful merges: - #54162 (Hide default impls items) - #55555 (Make `-Z ls` list the actual filename of external dependencies) - #55567 (add test for deriving Debug on uninhabited enum) - #55568 (test that rustdoc doesn't overflow on a big enum) - #55598 (publish-toolstate: ping maintainers when a tool builds again) Failed merges: r? @ghost
Follow up of #51885.
Fixes #54025.
cc @Mark-Simulacrum
r? @QuietMisdreavus
And screenshots of course: