-
Notifications
You must be signed in to change notification settings - Fork 14.1k
resolve: Convert ambiguous_glob_imports lint into a hard error
#149195
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: main
Are you sure you want to change the base?
Conversation
|
Some changes occurred in compiler/rustc_codegen_gcc |
|
r? @nnethercote rustbot has assigned @nnethercote. Use |
|
@bors try |
This comment has been minimized.
This comment has been minimized.
resolve: Convert `ambiguous_glob_imports` lint into a hard error
|
@craterbot check |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
☔ The latest upstream changes (presumably #147498) made this pull request unmergeable. Please resolve the merge conflicts. |
|
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🎉 Experiment
Footnotes
|
|
@petrochenkov: seems like a lot of regressions :( Should I review this? |
Not yet. |
|
Reminder, once the PR becomes ready for a review, use |
I'm tired of this logic interfering with any attempts to fix or refactor glob imports.
The lint was implemented 2.3 years ago, and made deny-by-default and report-in-dependencies 4 months ago.
The removal is a bit over-eager because of one piece that wasn't implemented correctly (#113099 (comment)), but I want to look at the crater results.
Closes #114095.