mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
b5fa7495fe
FCW Lint when using an ambiguously glob imported trait Related to rust-lang/rust#147992. Report a lint when using an ambiguously glob import trait, this is a FCW because this should not be allowed. r? @petrochenkov