blob: 569608780def99ee4f066f3a31c38009dc97fa1d [file] [log] [blame]
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`.