]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/pattern/usefulness/slice-patterns-reachability.stderr
Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez
[rust.git] / src / test / ui / pattern / usefulness / slice-patterns-reachability.stderr
index e24d10281170dcf3972e3df909cd07c06d8579d3..607ffb76595e9b36cfeb9228616a501499f4185c 100644 (file)
@@ -4,7 +4,7 @@ error: unreachable pattern
 LL |         [true, ..] => {}
    |         ^^^^^^^^^^
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/slice-patterns-reachability.rs:1:9
    |
 LL | #![deny(unreachable_patterns)]