2019-06-24 17:48:21 -07:00
|
|
|
// edition:2018
|
|
|
|
// compile-flags: --crate-type lib
|
|
|
|
|
|
|
|
pub const async fn x() {}
|
2019-09-28 09:15:06 -07:00
|
|
|
//~^ ERROR expected identifier, found keyword `async`
|
2019-06-24 17:48:21 -07:00
|
|
|
//~^^ expected `:`, found keyword `fn`
|