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