-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 trait default methods #62734
Hide trait default methods #62734
Conversation
Ping from triage. @QuietMisdreavus any updates on this? Thanks. |
cc @ollie27 |
Ping from triage: @QuietMisdreavus do you have time to review? |
Second ping from triage! Per procedure a new reviewer from the r? @onur |
Ping from triage, any updates @Mark-Simulacrum? |
From a code perspective my only concern is that I'm not quite sure if this will affect overridden defaults (i.e., the trait method has a default impl but the From a policy perspective, probably the best approach here is to FCP the change? I'm not sure if rustdoc team has a firm policy in place. If you think it's fine to just land this without team approval then I'm fine with that, r=me. |
Normally the tests should have checked that the overwrote methods with documentation are not hidden. Unless I missed something? Also, we only apply FCP for "big" changes, this one is pretty small in itself. That'd maybe deserve a talk when other rustdoc members are back. Meanwhile I'll r+ this PR but don't hesitate to r- if you feel like we should wait or anything seems not good and thanks for the review! @bors: r=Mark-Simulacrum rollup |
📌 Commit f7656b6 has been approved by |
…, r=Mark-Simulacrum Hide trait default methods Fixes rust-lang#62499. However, the question remains: do we want to extend it to this point or not? r? @QuietMisdreavus
Fixes #62499.
However, the question remains: do we want to extend it to this point or not?
r? @QuietMisdreavus