diff options
Diffstat (limited to 'tests/ui/async-await/async-closures/implements-fnmut.rs')
| -rw-r--r-- | tests/ui/async-await/async-closures/implements-fnmut.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/implements-fnmut.rs b/tests/ui/async-await/async-closures/implements-fnmut.rs index f49d1423c40..a2e31bb9870 100644 --- a/tests/ui/async-await/async-closures/implements-fnmut.rs +++ b/tests/ui/async-await/async-closures/implements-fnmut.rs @@ -7,8 +7,6 @@ // `should_reborrow_from_env_of_parent_coroutine_closure` for more detail for when we // must borrow from the closure env. -#![feature(async_closure)] - fn main() { hello(&Ty); } |
