Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
parser
/
issue-76437-async.rs
blob: 84ee3dd21123c567b1bf9bbf433be1aa2c584d9d [
file
] [
log
] [
blame
]
// edition:2018
mod
t
{
async
pub
fn
t
()
{}
//~^ ERROR expected one of `extern`, `fn`, or `unsafe`, found keyword `pub`
//~| HELP visibility `pub` must come before `async`
}