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.
2 parents 86a49fd + 2c99034 commit e36104aCopy full SHA for e36104a
1 file changed
compiler/rustc_lint_defs/src/builtin.rs
@@ -3197,8 +3197,12 @@ declare_lint! {
3197
/// `bar::X` would cause compilation errors in downstream crates because `X` is defined
3198
/// multiple times in the same namespace of `this_crate`.
3199
pub AMBIGUOUS_GLOB_REEXPORTS,
3200
- Warn,
+ Deny,
3201
"ambiguous glob re-exports",
3202
+ @future_incompatible = FutureIncompatibleInfo {
3203
+ reason: fcw!(FutureReleaseError #107880), // TODO.
3204
+ report_in_deps: true,
3205
+ };
3206
}
3207
3208
declare_lint! {
0 commit comments