blob: 0bc6cb603705ac5d09d64f1d2c8292652c9008d8 [file] [log] [blame]
warning: unused coroutine that must be used
--> $DIR/too-live-local-in-immovable-gen.rs:8:22
|
LL | #[coroutine] static move || {
| ______________________^
... |
LL | | let _ = &a;
LL | | };
| |_________^
|
= note: coroutines are lazy and do nothing unless resumed
= note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted