Fix up our pattern type inference and enable pattern type mismatch diagnostic #14250
Labels
A-ty
type system / type inference / traits / method resolution
C-tracking-issue
Category: tracking issue
E-unknown
It's unclear if the issue is E-hard or E-easy without digging in
Uh oh!
There was an error while loading. Please reload this page.
We are currently only reporting type mismatches for expressions, in an attempt to enable them for patterns I noticed we still have a bunch of mismatches in patterns. Let's fix that!
We seem to have 178 mismatches on the repo itself right now, https://rust-analyzer.github.io/metrics/.
Similar issue to #8961
The text was updated successfully, but these errors were encountered: