Sign in
android
/
toolchain
/
rustc
/
3b664ca54b09788037e50e8bf4cb1881bcd6cb8d
/
.
/
src
/
test
/
ui
/
async-await
/
no-const-async.rs
blob: b3c59734e036f7b0a57b729d99c3cd6f3026cc75 [
file
] [
log
] [
blame
]
// edition:2018
// compile-flags: --crate-type lib
pub
const
async
fn
x
()
{}
//~^ ERROR functions cannot be both `const` and `async`