-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
resolve: Partially 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 |
This comment was marked as resolved.
This comment was marked as resolved.
|
🚧 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 |
|
Correct me if I'm wrong on this one @rustbot author |
This comment has been minimized.
This comment has been minimized.
bce645f to
7e2e10d
Compare
|
@bors try |
This comment has been minimized.
This comment has been minimized.
resolve: Partially convert `ambiguous_glob_imports` lint into a hard error
This comment has been minimized.
This comment has been minimized.
|
@craterbot run mode=check-only p=1 crates=https://crater-reports.s3.amazonaws.com/pr-149195-1/retry-regressed-list.txt |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
@craterbot p=11 |
|
📝 Configuration of the ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🎉 Experiment
Footnotes
|
7e2e10d to
6d83649
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6d83649 to
ab8342a
Compare
|
These commits modify Please ensure that if you've changed the output:
|
ab8342a to
682fe41
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
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.
Part of #114095.