This commit is contained in:
Ayaz Hafiz 2022-04-22 15:27:08 -04:00
parent 85e3373d8b
commit 372b12bec9
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -1207,7 +1207,7 @@ fn solve(
} => {
// A few cases:
// 1. Either condition or branch types already have a type error. In this case just
// propogate it.
// propagate it.
// 2. Types are correct, but there are redundancies. In this case we want
// exhaustiveness checking to pull those out.
// 3. Condition and branch types are "almost equal", that is one or the other is