We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2801f9a commit 9624046Copy full SHA for 9624046
compiler/rustc_lint_defs/src/builtin.rs
@@ -4343,11 +4343,12 @@ declare_lint! {
4343
///
4344
/// [future-incompatible]: ../index.md#future-incompatible-lints
4345
pub AMBIGUOUS_GLOB_IMPORTS,
4346
- Warn,
+ Deny,
4347
"detects certain glob imports that require reporting an ambiguity error",
4348
@future_incompatible = FutureIncompatibleInfo {
4349
reason: FutureIncompatibilityReason::FutureReleaseError,
4350
reference: "issue #114095 <https://github.com/rust-lang/rust/issues/114095>",
4351
+ report_in_deps: true,
4352
};
4353
}
4354
0 commit comments