blob: c4bfa0afcc278656cc0e0da7c19beca7ccd5e1de [file] [log] [blame]
error: unreachable pattern
--> $DIR/match-ref-ice.rs:13:9
|
LL | [1, 2, 3] => (),
| ^^^^^^^^^
|
note: lint level defined here
--> $DIR/match-ref-ice.rs:1:9
|
LL | #![deny(unreachable_patterns)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error