1 2 3 4 5 6
// compile-fail // edition:2018 // compile-flags: --crate-type lib pub async const fn x() {} //~^ ERROR expected one of `fn` or `unsafe`, found `const`