rust/compiler/rustc_hir_analysis
Guillaume Gomez 157bab670f
Rollup merge of #113286 - fmease:iat-dont-select-if-not-enabled, r=compiler-errors
Don't perform selection if inherent associated types are not enabled

Fixes #113265.

As discussed
r? `@compiler-errors`
2023-07-03 18:46:14 +02:00
..

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