1
Fork 0
rust/compiler/rustc_middle
Matthias Krüger f3a4f1a02a
Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillot
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`
2025-02-17 06:37:35 +01:00
..
src Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillot 2025-02-17 06:37:35 +01:00
Cargo.toml Removed dependency on the field-offset crate. 2025-02-05 17:56:06 +01:00
messages.ftl compiler: Make middle errors pub(crate) and bury some dead code 2025-02-11 21:57:05 -08:00
README.md

For more information about how rustc works, see the rustc dev guide.