mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
bacf059f57
Lint ambiguous glob re-exports Attempts to fix #107563. We currently already emit errors for ambiguous re-exports when two names are re-exported *specifically*, i.e. not from glob exports. This PR attempts to emit deny-by-default lints for ambiguous glob re-exports.