15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
|
error: unreachable statement
|
||
|
--> $DIR/issue-2150.rs:18:5
|
||
|
|
|
||
|
LL | for x in &v { i += 1; }
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
note: lint level defined here
|
||
|
--> $DIR/issue-2150.rs:11:9
|
||
|
|
|
||
|
LL | #![deny(unreachable_code)]
|
||
|
| ^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|