Add additional tests and update existing tests
This commit is contained in:
parent
97df0d3657
commit
397f4a15bb
7 changed files with 111 additions and 2 deletions
|
@ -11,4 +11,13 @@ fn f() {
|
|||
};
|
||||
}
|
||||
|
||||
#[cfg(FALSE)]
|
||||
fn g() {
|
||||
let _ = async {
|
||||
for await _i in core::async_iter::from_iter(0..3) {
|
||||
//~^ ERROR `for await` loops are experimental
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue