rust/tests/ui/pattern/usefulness/match-ref-ice.stderr
2023-01-11 09:32:08 +00:00

15 lines
307 B
Plaintext

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