2023-10-19 21:46:28 +00:00
|
|
|
error[E0627]: yield expression outside of coroutine literal
|
2021-12-02 22:33:40 -08:00
|
|
|
--> $DIR/issue-91477.rs:4:5
|
|
|
|
|
|
|
|
|
LL | yield 1;
|
|
|
|
| ^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-12-02 22:33:40 -08:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0627`.
|