1
Fork 0
rust/src/test/ui/pattern/slice-pattern-const-3.stderr

15 lines
334 B
Text
Raw Normal View History

2018-12-13 12:54:49 +01:00
error: unreachable pattern
--> $DIR/slice-pattern-const-3.rs:28:9
|
LL | FOO => (), //~ ERROR unreachable pattern
| ^^^
|
note: lint level defined here
--> $DIR/slice-pattern-const-3.rs:1:9
|
LL | #![deny(unreachable_patterns)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error