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