Stabilize async closures
This commit is contained in:
parent
d4025ee454
commit
c605c84be8
184 changed files with 311 additions and 553 deletions
|
@ -1,8 +1,6 @@
|
|||
//@ compile-flags: -Zverbose-internals
|
||||
//@ edition:2021
|
||||
|
||||
#![feature(async_closure)]
|
||||
|
||||
fn main() {
|
||||
let x = async || {};
|
||||
//~^ NOTE the expected `async` closure body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue