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