Remove async_await gates from tests.
This commit is contained in:
parent
6a14411b76
commit
228015acd2
118 changed files with 19 additions and 224 deletions
|
@ -4,8 +4,6 @@
|
|||
// check-pass
|
||||
// edition:2018
|
||||
|
||||
#![feature(async_await)]
|
||||
|
||||
struct Foo<'a>(&'a ());
|
||||
|
||||
impl<'a> Foo<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue