mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

rustc_ast_lowering: Stop lowering imports into multiple items Lower them into a single item with multiple resolutions instead. This also allows to remove additional `NodId`s and `DefId`s related to those additional items.