-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Stabilize the supertrait_item_shadowing feature
#148605
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
base: master
Are you sure you want to change the base?
Conversation
|
The Miri subtree was changed cc @rust-lang/miri
cc @tgross35 Some changes occurred to the CTFE / Miri interpreter |
|
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Thanks @Amanieu for the stabilization PR. As you fill out the stabilization report for us, have a look at our stabilization report template: https://rustc-dev-guide.rust-lang.org/stabilization_report_template.html#stabilization-report |
277f962 to
a370e80
Compare
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
a370e80 to
bf256d4
Compare
Tracking issue: #89151
As per the lang team decision, this also sets the default lint levels as follows:
supertrait_item_shadowing_definitionwarns by default.supertrait_item_shadowing_usageis allowed by default.