blob: 542ce1c3fd9cb5b49e7f41743d623128be4505bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
error: unreachable expression
--> $DIR/expr_block.rs:21:9
|
21 | 22
| ^^
|
note: lint level defined here
--> $DIR/expr_block.rs:14:9
|
14 | #![deny(unreachable_code)]
| ^^^^^^^^^^^^^^^^
error: unreachable statement
--> $DIR/expr_block.rs:36:9
|
36 | println!("foo");
| ^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate
error: aborting due to 2 previous errors
|