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

15 lines
311 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
|
2019-03-09 15:03:44 +03:00
LL | FOO => (),
2018-12-13 12:54:49 +01:00
| ^^^
|
2020-01-22 23:57:38 +00:00
note: the lint level is defined here
2018-12-13 12:54:49 +01:00
--> $DIR/slice-pattern-const-3.rs:1:9
|
LL | #![deny(unreachable_patterns)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error