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