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