blob: eab4fc3f086dafb847c04efa0293d64d9d3cc36c [file] [log] [blame]
error: unreachable pattern
--> $DIR/slice-pattern-const-3.rs:28:9
|
LL | FOO => (),
| ^^^
|
note: lint level defined here
--> $DIR/slice-pattern-const-3.rs:1:9
|
LL | #![deny(unreachable_patterns)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error