2023-10-30 10:23:57 +00:00
|
|
|
warning: unreachable statement
|
2025-09-26 13:59:06 +02:00
|
|
|
--> $DIR/gen_block_panic.rs:11:9
|
2023-10-30 10:23:57 +00:00
|
|
|
|
|
|
|
|
|
LL | panic!("foo");
|
|
|
|
|
| ------------- any code following this expression is unreachable
|
|
|
|
|
LL | yield 69;
|
|
|
|
|
| ^^^^^^^^^ unreachable statement
|
|
|
|
|
|
|
2025-04-28 13:47:25 +02:00
|
|
|
= note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
|
2023-10-30 10:23:57 +00:00
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|