mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
5 lines
282 B
Rust
5 lines
282 B
Rust
pub 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 there is already a visibility modifier, remove one
|
|
//~| NOTE explicit visibility first seen here
|