rust/tests/ui/parser/issues/issue-87694-duplicated-pub.rs
Esteban Küber 855444ec54 mv tests
2023-10-24 21:27:05 +00:00

6 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