Closed
Description
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
HKalbasi commentedon Aug 26, 2023
It did got fixed in #14732 and later PRs. We now have 0 mismatches on self, and the diagnostic is re-enabled.