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

error: aborting due to previous error