Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rs
Co-Authored-By: matthewjasper <mjjasper1@gmail.com>
This commit is contained in:
parent
f130e9a64d
commit
7f319a7a41
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
// Test that a feature gate is needed to use `impl Trait` as the
|
||||
// return type of an async.
|
||||
|
||||
#![feature(arbitrary_self_types, async_await, await_macro)]
|
||||
#![feature(async_await)]
|
||||
|
||||
trait Trait<'a, 'b> { }
|
||||
impl<T> Trait<'_, '_> for T { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue