rust/compiler
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
..
2022-09-29 16:49:04 +09:00
2022-10-06 15:49:44 +11:00
2022-10-14 12:57:56 +08:00
2022-09-29 16:49:04 +09:00
2022-10-14 12:57:56 +08:00
2022-09-29 16:49:04 +09:00
2022-10-14 12:57:56 +08:00
2022-10-14 12:57:56 +08:00
2022-10-14 12:57:56 +08:00
2022-10-14 12:57:56 +08:00
2022-10-07 09:33:46 -05:00
2022-09-26 10:14:45 +02:00
2022-10-14 12:57:56 +08:00
2022-10-14 12:57:56 +08:00