rust/compiler/rustc_parse
Vadim Petrochenkov b32a4edb20 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.
2022-12-01 18:51:20 +03:00
..
src rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
Cargo.toml Use ThinVec in ast::Path. 2022-11-17 13:56:38 +11:00