about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs b/crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs
index 7011ed9f106..65e33df13ee 100644
--- a/crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs
+++ b/crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs
@@ -1030,7 +1030,7 @@ impl<'p> DeconstructedPat<'p> {
             Wildcard | NonExhaustive => PatKind::Wild,
             Missing { .. } => {
                 never!(
-                    "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, \
                     `Missing` should have been processed in `apply_constructors`"
                 );
                 PatKind::Wild