Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion compiler/rustc_lint_defs/src/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3197,8 +3197,12 @@ declare_lint! {
/// `bar::X` would cause compilation errors in downstream crates because `X` is defined
/// multiple times in the same namespace of `this_crate`.
pub AMBIGUOUS_GLOB_REEXPORTS,
Warn,
Deny,
"ambiguous glob re-exports",
@future_incompatible = FutureIncompatibleInfo {
reason: fcw!(FutureReleaseError #107880), // TODO.
report_in_deps: true,
};
}

declare_lint! {
Expand Down
Loading