blob: 569608780def99ee4f066f3a31c38009dc97fa1d (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0624]: associated function `new` is private
--> $DIR/static-method-privacy.rs:9:19
|
LL | let _ = a::S::new();
| ^^^ private associated function
error: aborting due to previous error
For more information about this error, try `rustc --explain E0624`.
|