Remove async_await gates from tests.

This commit is contained in:
Mazdak Farrokhzad
2019-08-02 03:45:58 +02:00
parent 6a14411b76
commit 228015acd2
118 changed files with 19 additions and 224 deletions

View File

@@ -1,5 +1,4 @@
// edition:2018
#![feature(async_await)]
#![feature(impl_trait_in_bindings)]
//~^ WARN the feature `impl_trait_in_bindings` is incomplete and may cause the compiler to crash