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