Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 612f9e8

Browse files
ices/67158.rs: fixed with errors (#294)
=== stdout === === stderr === error[E0658]: yield syntax is experimental --> /home/runner/work/glacier/glacier/ices/67158.rs:2:13 | 2 | async { yield print!(":C") }; | ^^^^^^^^^^^^^^^^^^ | = note: see issue #43122 <rust-lang/rust#43122> for more information = help: add `#![feature(generators)]` to the crate attributes to enable error[E0727]: `async` generators are not yet supported --> /home/runner/work/glacier/glacier/ices/67158.rs:2:13 | 2 | async { yield print!(":C") }; | ^^^^^^^^^^^^^^^^^^ error: aborting due to 2 previous errors Some errors have detailed explanations: E0658, E0727. For more information about an error, try `rustc --explain E0658`. ============== Co-authored-by: rustbot <[email protected]>
1 parent 46d8094 commit 612f9e8

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)