Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
trait-pub-assoc-const.rs
blob: 7953e12ecdb8e4e55b525ecff204c1d51350e4d1 [
file
] [
log
] [
blame
] [
edit
]
trait
Foo
{
pub
const
Foo
:
u32
;
//~^ ERROR visibility qualifiers are not permitted here
}
fn
main
()
{}