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