Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
parser
/
trait-pub-assoc-ty.rs
blob: 5d9434edc10558f13e6ad6a3208cee86ba8a1266 [
file
] [
log
] [
blame
]
trait
Foo
{
pub
type
Foo
;
//~^ ERROR visibility qualifiers are not permitted here
}
fn
main
()
{}