blob: 7c0d8e98eb2aa7f4db3d5bc7b3180cc78b9163f3 [file]
error: the `coroutine` attribute cannot be used on structs
--> $DIR/invalid_attr_usage.rs:5:3
|
LL | #[coroutine]
| ^^^^^^^^^
|
= help: the `coroutine` attribute can only be applied to closures
error: the `coroutine` attribute cannot be used on functions
--> $DIR/invalid_attr_usage.rs:9:3
|
LL | #[coroutine]
| ^^^^^^^^^
|
= help: the `coroutine` attribute can only be applied to closures
error: aborting due to 2 previous errors