summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/slice-pattern-const-3.stderr
blob: 3ba01b9eba3cef24932178cdb7d1ca41eef0341a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unreachable pattern
  --> $DIR/slice-pattern-const-3.rs:28:9
   |
LL |         FOO => (),
   |         ^^^
   |
note: the lint level is defined here
  --> $DIR/slice-pattern-const-3.rs:1:9
   |
LL | #![deny(unreachable_patterns)]
   |         ^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error