diff options
Diffstat (limited to 'tests/ui/async-await/async-closures/def-path.rs')
| -rw-r--r-- | tests/ui/async-await/async-closures/def-path.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/def-path.rs b/tests/ui/async-await/async-closures/def-path.rs index 70450697816..838556966e8 100644 --- a/tests/ui/async-await/async-closures/def-path.rs +++ b/tests/ui/async-await/async-closures/def-path.rs @@ -1,8 +1,6 @@ //@ compile-flags: -Zverbose-internals //@ edition:2021 -#![feature(async_closure)] - fn main() { let x = async || {}; //~^ NOTE the expected `async` closure body |
