summary refs log tree commit diff
path: root/src/test/ui/issue-13727.stderr
blob: 47b9a0211a9670a479b91cd842bae687d96cfe97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unreachable pattern
  --> $DIR/issue-13727.rs:17:5
   |
LL |     512 => print!("0b1111/n"),
   |     ^^^
   |
note: lint level defined here
  --> $DIR/issue-13727.rs:12:9
   |
LL | #![deny(unreachable_patterns)]
   |         ^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error