2023-04-03 22:28:55 -05:00
|
|
|
error[E0449]: visibility qualifiers are not permitted here
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/trait-pub-method.rs:2:5
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | pub fn foo();
|
2023-04-03 22:28:55 -05:00
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= note: trait items always share the visibility of their trait
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2019-11-07 04:26:36 -06:00
|
|
|
For more information about this error, try `rustc --explain E0449`.
|