]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-87694-duplicated-pub.rs
Change syntax for TyAlias where clauses
[rust.git] / src / test / ui / parser / issue-87694-duplicated-pub.rs
1 pub const pub fn test() {}
2 //~^ ERROR expected one of `async`, `extern`, `fn`, or `unsafe`, found keyword `pub`
3 //~| NOTE expected one of `async`, `extern`, `fn`, or `unsafe`
4 //~| HELP there is already a visibility modifier, remove one
5 //~| NOTE explicit visibility first seen here