summaryrefslogtreecommitdiffstats
path: root/src/test/ui/pattern/usefulness/issue-30240-b.stderr
blob: 59d64bc256b507f4e027dc12abe9bd137d6aabc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unreachable pattern
  --> $DIR/issue-30240-b.rs:12:9
   |
LL |         "hello" => {}
   |         ^^^^^^^
   |
note: the lint level is defined here
  --> $DIR/issue-30240-b.rs:1:9
   |
LL | #![deny(unreachable_patterns)]
   |         ^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error