blob: 8083b197a5d78e0facf8b1a24de0f87a0e80adb1 [file] [log] [blame]
error[E0624]: associated function `f` is private
--> $DIR/private-method-inherited.rs:13:7
|
LL | x.f();
| ^ private associated function
error: aborting due to previous error
For more information about this error, try `rustc --explain E0624`.