mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
1a1f525bb0
Improve and test cross-crate hygiene - Decode the parent expansion for traits and enums in `rustc_resolve`, this was already being used for resolution in typeck - Avoid suggesting importing names with def-site hygiene, since it's often not useful - Add more tests r? `@petrochenkov`