Use gen blocks in the compiler instead of from_coroutine

This commit is contained in:
Michael Goulet
2025-06-20 18:57:47 +00:00
parent 9c4ff566ba
commit 48060c97c8
7 changed files with 139 additions and 154 deletions

View File

@@ -62,8 +62,8 @@ This API is completely unstable and subject to change.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(assert_matches)]
#![feature(coroutines)]
#![feature(debug_closure_helpers)]
#![feature(gen_blocks)]
#![feature(if_let_guard)]
#![feature(iter_from_coroutine)]
#![feature(iter_intersperse)]