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

Move hir::Place to librustc_middle/hir #74424

Merged
merged 1 commit into from
Jul 18, 2020

Commits on Jul 16, 2020

  1. Move hir::Place to librustc_middle/hir

    Needed to support rust-lang/project-rfc-2229#7
    
    Currently rustc_typeck depends on rustc_middle for definition TypeckTables, etc.
    For supporting project-rfc-2229#7, rustc_middle would've to depend on
    rustc_typeck for Place -- introducing a circular dependcy.
    
    This resembles the MIR equivalent of `Place` located in `lbrustc_middle/mir`.
    
    Co-authored-by: Aman Arora <me@aman-arora.com>
    Co-authored-by: Jennifer Wills <wills.jenniferg@gmail.com>
    Co-authored-by: Logan Mosier <logmosier@gmail.com>
    3 people committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    50f3dbd View commit details
    Browse the repository at this point in the history