2021-08-10 01:36:39 +02:00
|
|
|
const pub fn test() {}
|
2024-05-23 10:01:05 -03:00
|
|
|
//~^ ERROR expected one of `async`, `extern`, `fn`, `safe`, or `unsafe`, found keyword `pub`
|
|
|
|
|
//~| NOTE expected one of `async`, `extern`, `fn`, `safe`, or `unsafe`
|
2021-08-10 01:36:39 +02:00
|
|
|
//~| HELP visibility `pub` must come before `const`
|
|
|
|
|
//~| SUGGESTION pub const
|