-
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
rustdoc: render visibility on associated types #110945
rustdoc: render visibility on associated types #110945
Conversation
r? @jsha (rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
This should only affect inherent associated types.
46a6844
to
db5d3f0
Compare
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.
Thanks for catching and fixing this! I've marked one thing that definitely needs to be addressed.
Apart from that, I think it would be good to add at least one more test (file) that explicitly checks for the new behavior (e.g. with @has
) instead of relying on this @snapshot
test that could accidentally get --bless
ed in the future without notice.
I added the test to the existing |
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.
Thanks for adding the test 👍
LGTM (I personally don't have bors rights, so I cannot bors-approve)
☀️ Test successful - checks-actions |
Finished benchmarking commit (51f714c): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 646.537s -> 645.963s (-0.09%) |
This should only affect inherent associated types (#8995).