rust/compiler/rustc_middle
Stuart Cook caca3d4f1a
Rollup merge of #152520 - Zalathar:traits-cache, r=dingxiangfei2009
Don't use `DepContext` in `rustc_middle::traits::cache`

- A nice little simplification unlocked by https://github.com/rust-lang/rust/pull/152199.

---

This code is now in `rustc_middle`, and doesn't need any non-trivial methods, so it can just use `TyCtxt` directly instead.
2026-02-13 15:19:10 +11:00
..
src Rollup merge of #152520 - Zalathar:traits-cache, r=dingxiangfei2009 2026-02-13 15:19:10 +11:00
Cargo.toml Convert to inline diagnostics in rustc_middle 2026-02-05 12:02:02 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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