7 lines
196 B
Rust
7 lines
196 B
Rust
// compile-fail
|
|
// edition:2018
|
|
// compile-flags: --crate-type lib
|
|
|
|
pub const async fn x() {}
|
|
//~^ ERROR expected identifier, found reserved keyword `async`
|
|
//~^^ expected `:`, found keyword `fn`
|