2021-08-09 18:36:39 -05:00
|
|
|
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`
|
2021-10-24 08:11:11 -05:00
|
|
|
//~| HELP there is already a visibility modifier, remove one
|
2021-08-09 18:36:39 -05:00
|
|
|
//~| NOTE explicit visibility first seen here
|