blob: ae2dd87b6954b9554157c8f9a9884a2b51b32b94 [file] [log] [blame]
error: unreachable pattern
--> $DIR/match-vec-fixed.rs:7:9
|
LL | [_, _, _] => {}
| ^^^^^^^^^
|
note: lint level defined here
--> $DIR/match-vec-fixed.rs:1:9
|
LL | #![deny(unreachable_patterns)]
| ^^^^^^^^^^^^^^^^^^^^
error: unreachable pattern
--> $DIR/match-vec-fixed.rs:11:9
|
LL | [_, 1, _] => {}
| ^^^^^^^^^
error: aborting due to 2 previous errors