2023-10-19 21:46:28 +00:00
|
|
|
error[E0727]: `async` coroutines are not yet supported
|
2023-10-20 10:06:08 +00:00
|
|
|
--> $DIR/async-coroutine-issue-67158.rs:5:13
|
2020-02-14 17:49:16 -08:00
|
|
|
|
|
|
|
|
LL | async { yield print!(":C") };
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-02-14 17:49:16 -08:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0727`.
|