Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-76437-const.rs
blob: dad63f137c0f420ba5a94a0436d586bc810b69dc [
file
]
//@ edition:2018
mod
t
{
const
pub
fn
t
()
{}
//~^ ERROR expected one of `async`, `extern`, `fn`, `safe`, or `unsafe`, found keyword `pub`
//~| HELP visibility `pub` must come before `const`
}