mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
c7fca03240
avoid overlapping privacy suggestion for single nested imports Fixes #114884 This PR aims to avoid confusion inside braces for import suggestions. r? ``@petrochenkov``