resolve: Partially convert ambiguous_glob_imports lint into a hard error#149195
resolve: Partially convert ambiguous_glob_imports lint into a hard error#149195petrochenkov wants to merge 1 commit into
ambiguous_glob_imports lint into a hard error#149195Conversation
|
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 |
|
@rfcbot reviewed |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
Is there an FCW that will get emitted if the crate-specific hacks get hit? |
Yes, |
|
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@rustbot ready |
|
@bors r=mu001999 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for ba66bad failed: CI. Failed job:
|
|
Ugh, I'll try to send a fix to The root test is this There's no lock, so I guess the update to I guess the alternative is removing |
|
I unfortunately don't have access to the git repo any more (I think I transferred that many years ago), so if it's workable I suspect the best way forward is removing (or updating) the really old cargotest |
|
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. |
|
This PR was contained in a rollup (#157028), which was closed. |
|
I've added one more crate-specific exception for |
|
The fix to |
View all comments
I'm tired of this logic interfering with any attempts to fix or refactor glob imports.
Change description for lang team: #149195 (comment).
Part of #114095.