Skip to content

Commit 461c0cc

Browse files
committed
Correct wording
1 parent fb6278e commit 461c0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ impl<'p> DeconstructedPat<'p> {
10301030
Wildcard | NonExhaustive => PatKind::Wild,
10311031
Missing { .. } => {
10321032
never!(
1033-
"trying to convert a `Missing` constructor into a `Pat`; this is probably a bug,
1033+
"trying to convert a `Missing` constructor into a `Pat`; this is a bug, \
10341034
`Missing` should have been processed in `apply_constructors`"
10351035
);
10361036
PatKind::Wild

0 commit comments

Comments
 (0)