summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/trait-pub-assoc-ty.stderr
blob: 279e3a95354b56f500a4414f2e70c1c9ee2b6ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0449]: visibility qualifiers are not permitted here
  --> $DIR/trait-pub-assoc-ty.rs:2:5
   |
LL |     pub type Foo;
   |     ^^^
   |
   = note: trait items always share the visibility of their trait

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0449`.