]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/trait-pub-assoc-ty.stderr
Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc
[rust.git] / src / test / ui / parser / trait-pub-assoc-ty.stderr
1 error: unnecessary visibility qualifier
2   --> $DIR/trait-pub-assoc-ty.rs:2:5
3    |
4 LL |     pub type Foo;
5    |     ^^^ `pub` not permitted here
6
7 error: aborting due to previous error
8