rust/src/test/ui/structs/struct-pattern-match-useless.stderr

15 lines
362 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
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