blob: c53232e4c8c0e4fce2b99adb4536ecb506d31ab6 [file] [log] [blame]
error[E0624]: method `foo` is private
--> $DIR/private-impl-method.rs:20:7
|
LL | fn foo(&self) {}
| ------------- private method defined here
...
LL | s.foo();
| ^^^ private method
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0624`.