mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
c1c2c3e60c
Suppress the `min_ident_chars` warning for items whose name we cannot control. Do not warn for `use a::b`, but warn for `use a::b as c`, since `c` is a local identifier. Fixes #12232