Skip to content

Commit 7f319a7

Browse files
Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rs
Co-Authored-By: matthewjasper <[email protected]>
1 parent f130e9a commit 7f319a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Test that a feature gate is needed to use `impl Trait` as the
44
// return type of an async.
55

6-
#![feature(arbitrary_self_types, async_await, await_macro)]
6+
#![feature(async_await)]
77

88
trait Trait<'a, 'b> { }
99
impl<T> Trait<'_, '_> for T { }

0 commit comments

Comments
 (0)