rust/compiler/rustc_ast_lowering
Aaron Hill c7b31d0ac9
Correctly handle path stability for 'use tree' items
PR #5956 started checking the stability of path segments.
However, this was not applied to 'use tree' items
(e.g. 'use some::path::{ItemOne, ItemTwo}') due to the way
that we desugar these items in HIR lowering.

This PR modifies 'use tree' lowering to preserve resolution
information, which is needed by stability checking.
2022-07-15 17:47:14 -05:00
..
src Correctly handle path stability for 'use tree' items 2022-07-15 17:47:14 -05:00
Cargo.toml Update smallvec to 1.8.1. 2022-06-27 08:48:55 +10:00