Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
src
/
test
/
ui
/
async-await
/
no-async-const.rs
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`