blob: 184440db5df4852cd231cb32d574bd1d84093a24 [file] [log] [blame]
error: unreachable statement
--> $DIR/unreachable-code.rs:7:3
|
LL | loop{}
| ------ any code following this expression is unreachable
LL |
LL | let a = 3;
| ^^^^^^^^^^ unreachable statement
|
note: lint level defined here
--> $DIR/unreachable-code.rs:1:9
|
LL | #![deny(unreachable_code)]
| ^^^^^^^^^^^^^^^^
error: aborting due to previous error