blob: 7f901511f7206f281972cdcd1be72ed9cf47926b (
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(s)
|