mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 12:07:48 +00:00
Start removing `rustc_middle::hir::map::Map` `rustc_middle::hir::map::Map` is now just a low-value wrapper around `TyCtxt`. This PR starts removing it. r? `@cjgillot`