mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 14:02:06 +03:00
f2a137829e
messages when the pattern is refutable. This means the compiler points directly to the pattern and said that the problem is the pattern being refutable (rather than just saying that some value isn't covered in the `match` as it did previously). Fixes #14390.