blob: 2cf17474f6e9dd2ab1ddd152addf393ab004971a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
error: unreachable statement
--> $DIR/expr_if.rs:38:5
|
38 | println!("But I am.");
| ^^^^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/expr_if.rs:14:9
|
14 | #![deny(unreachable_code)]
| ^^^^^^^^^^^^^^^^
= note: this error originates in a macro outside of the current crate
error: aborting due to previous error
|