1
Fork 0
rust/src/test/ui/parser/issue-87694-duplicated-pub.rs

6 lines
278 B
Rust
Raw Normal View History

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, remove this one
//~| NOTE explicit visibility first seen here