rustdoc: render visibility on associated types#110945
rustdoc: render visibility on associated types#110945bors merged 3 commits intorust-lang:masterfrom wackbyte:doc-vis-on-inherent-assoc-types
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.
There was a problem hiding this comment.
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 --blessed in the future without notice.
|
I added the test to the existing |
fmease
left a comment
There was a problem hiding this comment.
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).