mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
12 lines
331 B
Text
12 lines
331 B
Text
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)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|