mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
6 lines
249 B
Rust
6 lines
249 B
Rust
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
|