mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
047ff20875
do not reverse the expected type and found type for ObligationCauseCo… …de of IfExpressionWithNoElse this will fix #102397
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.