rust/tests/ui/parser/issue-87694-misplaced-pub.rs

6 lines
249 B
Rust
Raw Normal View History

const pub fn test() {}
//~^ ERROR expected one of `async`, `extern`, `fn`, or `unsafe`, found keyword `pub`
//~| NOTE expected one of `async`, `extern`, `fn`, or `unsafe`
//~| HELP visibility `pub` must come before `const`
//~| SUGGESTION pub const