rust/src/test/ui/parser/issue-76437-const-async.rs

7 lines
137 B
Rust
Raw Normal View History

// edition:2018
mod t {
const async pub fn t() {}
//~^ ERROR expected one of `extern`, `fn`, or `unsafe`, found keyword `pub`
}