]> git.lizzy.rs Git - rust.git/blob - src/test/ui/reachable/expr_if.stderr
d11471da1a6a38c719e6dd51b1b1df24c61793ad
[rust.git] / src / test / ui / reachable / expr_if.stderr
1 error: unreachable statement
2   --> $DIR/expr_if.rs:27:5
3    |
4 LL |     println!("But I am.");
5    |     ^^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: lint level defined here
8   --> $DIR/expr_if.rs:4:9
9    |
10 LL | #![deny(unreachable_code)]
11    |         ^^^^^^^^^^^^^^^^
12    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
13
14 error: aborting due to previous error
15