8 lines
181 B
Text
8 lines
181 B
Text
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
|
|
|