rust/compiler/rustc_hir_analysis
Matthias Krüger c55a97ed84
Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk
Rename `ty_def_id` so people will stop using it by accident

This function is just for cycle detection, but people keep using it because they think it's the right way of getting the def id from a `Ty` (and I can't blame them necessarily).
2024-12-14 04:09:36 +01:00
..
src Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk 2024-12-14 04:09:36 +01:00
Cargo.toml Remove unused intercrate dependencies 2024-11-07 14:17:16 +00:00
messages.ftl Arbitrary self types v2: adjust diagnostic. 2024-12-13 15:40:37 +00:00
README.md

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.