]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/pattern/usefulness/struct-pattern-match-useless.stderr
Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez
[rust.git] / src / test / ui / pattern / usefulness / struct-pattern-match-useless.stderr
index 0115fc081a9701f06ce37608998fb3b15547e26c..fbee33de6f30af88dacf89547059950cf0885122 100644 (file)
@@ -6,7 +6,7 @@ LL |         Foo { x: _x, y: _y } => (),
 LL |         Foo { .. } => ()
    |         ^^^^^^^^^^ unreachable pattern
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/struct-pattern-match-useless.rs:1:9
    |
 LL | #![deny(unreachable_patterns)]