Update tests.
This commit is contained in:
parent
d20b270b4e
commit
1ca9300989
10 changed files with 26 additions and 26 deletions
|
|
@ -2,7 +2,8 @@
|
|||
//@ edition: 2024
|
||||
//@ pp-exact
|
||||
|
||||
#![feature(gen_blocks, coroutines, coroutine_trait, yield_expr)]
|
||||
#![feature(gen_blocks, coroutines, coroutine_trait, yield_expr,
|
||||
stmt_expr_attributes)]
|
||||
|
||||
use std::ops::{Coroutine, CoroutineState};
|
||||
use std::pin::pin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue