Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly handle path stability for 'use tree' items #99292

Merged
merged 1 commit into from
Oct 15, 2022

Commits on Jul 15, 2022

  1. Correctly handle path stability for 'use tree' items

    PR rust-lang#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.
    Aaron1011 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c7b31d0 View commit details
    Browse the repository at this point in the history