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
..

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