Sign in
android
/
toolchain
/
rustc
/
15a6560abe9880705f51d219c1fa94f880dbaf35
/
.
/
src
/
test
/
ui
/
async-await
/
no-const-async.rs
blob: 57a9f175ca318ca2f30e7959a263513dee779b25 [
file
] [
log
] [
blame
]
// edition:2018
// compile-flags: --crate-type lib
pub
const
async
fn
x
()
{}
//~^ ERROR functions cannot be both `const` and `async`
//~| ERROR `impl Trait` in const fn is unstable