rust/compiler/rustc_hir_analysis
Matthias Krüger 047ff20875
Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors
do not reverse the expected type and found type for ObligationCauseCo…

…de of IfExpressionWithNoElse

this will fix #102397
2022-10-07 07:28:10 +02:00
..
src Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors 2022-10-07 07:28:10 +02:00
Cargo.toml
README.md

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