We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6278e commit 461c0ccCopy full SHA for 461c0cc
crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs
@@ -1030,7 +1030,7 @@ impl<'p> DeconstructedPat<'p> {
1030
Wildcard | NonExhaustive => PatKind::Wild,
1031
Missing { .. } => {
1032
never!(
1033
- "trying to convert a `Missing` constructor into a `Pat`; this is probably a bug,
+ "trying to convert a `Missing` constructor into a `Pat`; this is a bug, \
1034
`Missing` should have been processed in `apply_constructors`"
1035
);
1036
PatKind::Wild
0 commit comments