2023-04-03 22:28:55 -05:00
|
|
|
error[E0449]: visibility qualifiers are not permitted here
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $DIR/trait-pub-assoc-const.rs:2:5
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
|
LL | pub const Foo: u32;
|
2024-04-12 12:40:11 +09:00
|
|
|
| ^^^ help: remove the qualifier
|
2023-04-03 22:28:55 -05:00
|
|
|
|
|
|
|
|
= note: trait items always share the visibility of their trait
|
2018-10-20 23:36:17 +03:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-20 23:36:17 +03:00
|
|
|
|
2019-11-07 11:26:36 +01:00
|
|
|
For more information about this error, try `rustc --explain E0449`.
|