1
Fork 0
rust/compiler/rustc_hir_analysis
Jacob Pratt 16b64938c2
Rollup merge of #134141 - compiler-errors:anon-adt, r=lqd
Remove more traces of anonymous ADTs

Anonymous ADTs were removed in #131045, but I forgot to remove this.
2024-12-11 03:30:43 -05:00
..
src Rollup merge of #134141 - compiler-errors:anon-adt, r=lqd 2024-12-11 03:30:43 -05:00
Cargo.toml Remove unused intercrate dependencies 2024-11-07 14:17:16 +00:00
messages.ftl Tweak wording of non-const traits used as const bounds 2024-12-10 00:38:05 +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.