]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-13727.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-13727.stderr
1 error: unreachable pattern
2   --> $DIR/issue-13727.rs:7:5
3    |
4 LL |     512 => print!("0b1111/n"),
5    |     ^^^
6    |
7 note: lint level defined here
8   --> $DIR/issue-13727.rs:2:9
9    |
10 LL | #![deny(unreachable_patterns)]
11    |         ^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14