mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
warning: unreachable statement
|
|
--> $DIR/gen_block_panic.rs:10:9
|
|
|
|
|
LL | panic!("foo");
|
|
| ------------- any code following this expression is unreachable
|
|
LL | yield 69;
|
|
| ^^^^^^^^^ unreachable statement
|
|
|
|
|
= note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
|
|
|
|
warning: 1 warning emitted
|
|
|