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