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`
}