summaryrefslogtreecommitdiffstats
path: root/src/test/ui/pattern/usefulness/issue-13727.stderr
blob: 07ca56a566ff12a4b0ad7409529aae8300415c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unreachable pattern
  --> $DIR/issue-13727.rs:7:5
   |
LL |     512 => print!("0b1111\n"),
   |     ^^^
   |
note: the lint level is defined here
  --> $DIR/issue-13727.rs:2:9
   |
LL | #![deny(unreachable_patterns)]
   |         ^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error