blob: b8eab4e87bf0b1a8b6f6b6668a5f635e22da38b1 [file] [log] [blame]
error: expected one of `async`, `const`, `extern`, `fn`, `type`, `unsafe`, or `}`, found `pub`
--> $DIR/trait-pub-assoc-ty.rs:2:5
|
LL | trait Foo {
| - expected one of 7 possible tokens here
LL | pub type Foo;
| ^^^ unexpected token
error: aborting due to previous error