blob: 937a1c4bdf778a6a2a4f8ba4d8e3a3c7c2261a2f [file] [log] [blame]
//@ edition:2018
//@ compile-flags: --crate-type lib
pub const async fn x() {}
//~^ ERROR functions cannot be both `const` and `async`