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

15 lines
311 B
Plaintext
Raw Normal View History

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