rust/compiler/rustc_typeck
Dylan DPC 3913d99c40
Rollup merge of #97169 - gimbles:u32-diagnostic, r=petrochenkov
Improve `u32 as char` cast diagnostic

Fixes #97160
2022-05-19 17:22:50 +02:00
..

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