]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generator/async-generator-issue-67158.stderr
Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton
[rust.git] / src / test / 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`.