]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/pattern/usefulness/match-arm-statics.stderr
Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez
[rust.git] / src / test / ui / pattern / usefulness / match-arm-statics.stderr
index 3d9e900a4e9885a279b3422618f79d1aaf9f4718..a5dffebf69967b90ca19123294a7fccee71d2751 100644 (file)
@@ -4,7 +4,7 @@ error: unreachable pattern
 LL |         (true, true) => ()
    |         ^^^^^^^^^^^^
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/match-arm-statics.rs:2:9
    |
 LL | #![deny(unreachable_patterns)]