blob: 7a6eb498b2ee0b3c0538a4102990d81da542a54f [file] [log] [blame]
// compile-fail
// edition:2018
// compile-flags: --crate-type lib
pub async const fn x() {}
//~^ ERROR expected one of `fn` or `unsafe`, found `const`