rust/compiler/rustc_typeck
Matthias Krüger e2b2bfe10c
Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obk
Improve selection errors for `~const` trait bounds
2022-01-26 23:45:22 +01:00
..

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