mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
f3a4f1a02a
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`