Remove async_await gates from tests.
This commit is contained in:
parent
6a14411b76
commit
228015acd2
118 changed files with 19 additions and 224 deletions
|
@ -3,8 +3,6 @@
|
|||
|
||||
// edition:2018
|
||||
|
||||
#![feature(async_await)]
|
||||
|
||||
struct S { x: i32, y: i32 }
|
||||
struct T(i32, i32);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue