blob: b3617a4aa9b0143daafcf1cb9105c1fe18977670 [file] [log] [blame]
error: unnecessary visibility qualifier
--> $DIR/trait-pub-method.rs:2:5
|
LL | pub fn foo();
| ^^^ `pub` not permitted here
error: aborting due to previous error