]> git.lizzy.rs Git - rust.git/blob - tests/ui/generator/async-generator-issue-67158.stderr
Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3
[rust.git] / tests / ui / generator / async-generator-issue-67158.stderr
1 error[E0727]: `async` generators are not yet supported
2   --> $DIR/async-generator-issue-67158.rs:5:13
3    |
4 LL |     async { yield print!(":C") };
5    |             ^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0727`.