blob: ab80c56ea88a0bf046e3b7b2baed58f554aa1e03 (
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 1 previous error
|