-
Couldn't load subscription status.
- Fork 13.9k
Implement RFC 3624 supertrait_item_shadowing (v2)
#125782
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
Implement RFC 3624 supertrait_item_shadowing (v2)
#125782
Conversation
supertrait_item_shadowingsupertrait_item_shadowing (v2)
|
☔ The latest upstream changes (presumably #125443) made this pull request unmergeable. Please resolve the merge conflicts. |
e95db1b to
8665a82
Compare
|
OK, this is ready pending RFC approval. |
This comment has been minimized.
This comment has been minimized.
8665a82 to
d03f75d
Compare
|
The RFC is now in FCP, so this could probably get reviewed preliminarily but should probably not land until the RFC is merged. r? compiler |
|
☔ The latest upstream changes (presumably #124895) made this pull request unmergeable. Please resolve the merge conflicts. |
d03f75d to
ffbb443
Compare
ffbb443 to
1ab7845
Compare
This comment has been minimized.
This comment has been minimized.
1ab7845 to
e59cf24
Compare
This comment has been minimized.
This comment has been minimized.
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 think there’s a few missing words in the lint comments, and maybe some places that say “method” should say “item”?
e59cf24 to
8409aaa
Compare
|
@rustbot ready This PR is ready for review since the corresponding RFC has landed. |
8409aaa to
55afddf
Compare
This comment has been minimized.
This comment has been minimized.
55afddf to
4dbe963
Compare
This comment has been minimized.
This comment has been minimized.
4dbe963 to
af659b4
Compare
|
☔ The latest upstream changes (presumably #136954) made this pull request unmergeable. Please resolve the merge conflicts. |
af659b4 to
1824221
Compare
|
@bors r=BoxyUwU |
1824221 to
72b4df3
Compare
|
@bors r=BoxyUwU |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (3cb0272): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary -1.3%, secondary -1.0%)This 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.
CyclesResults (primary -2.6%, secondary 2.5%)This 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: 788.303s -> 789.524s (0.15%) |
Implements RFC 3624 and the associated lint in the RFC.
Implements:
Tracking:
cc @Amanieu and rust-lang/rfcs#3624 and #89151