rust/tests/ui/coroutine/invalid_attr_usage.stderr
2024-08-03 02:28:59 +00:00

15 lines
294 B
Plaintext

error: attribute should be applied to closures
--> $DIR/invalid_attr_usage.rs:5:1
|
LL | #[coroutine]
| ^^^^^^^^^^^^
error: attribute should be applied to closures
--> $DIR/invalid_attr_usage.rs:9:1
|
LL | #[coroutine]
| ^^^^^^^^^^^^
error: aborting due to 2 previous errors