blob: 5b0c9305448a7e603951500fe03e48227aa49647 [file] [log] [blame]
error: unreachable pattern
--> $DIR/struct-pattern-match-useless.rs:12:9
|
LL | Foo { .. } => ()
| ^^^^^^^^^^
|
note: lint level defined here
--> $DIR/struct-pattern-match-useless.rs:1:9
|
LL | #![deny(unreachable_patterns)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error