rust/compiler/rustc_hir_analysis
Matthias Krüger f121f77d8a
Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errors
Rename `impl_defaultness` to `defaultness`

Since this isn't just about the `impl`.
2023-06-02 18:12:45 +02:00
..

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