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

7 lines
140 B
Rust
Raw Normal View History

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