Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
async-await
/
no-const-async.rs
blob: 937a1c4bdf778a6a2a4f8ba4d8e3a3c7c2261a2f [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2018
//@ compile-flags: --crate-type lib
pub
const
async
fn
x
()
{}
//~^ ERROR functions cannot be both `const` and `async`