Remove async_await gates from tests.
This commit is contained in:
parent
6a14411b76
commit
228015acd2
118 changed files with 19 additions and 224 deletions
|
@ -2,8 +2,6 @@
|
|||
// edition:2018
|
||||
// compile-flags: --crate-type lib
|
||||
|
||||
#![feature(async_await)]
|
||||
|
||||
pub const async fn x() {}
|
||||
//~^ ERROR expected identifier, found reserved keyword `async`
|
||||
//~^^ expected `:`, found keyword `fn`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue