rust/compiler/rustc_ast_lowering
bors 46244f335b Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillot
Correctly handle path stability for 'use tree' items

PR #95956 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-10-15 04:27:15 +00:00
..
src Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillot 2022-10-15 04:27:15 +00:00
Cargo.toml Temporarily reinstate doctest=false 2022-10-05 09:53:49 +09:00