blob: ffdc9482bbf245b8d193bbaa6b6983465879470e [file] [log] [blame] [edit]
error[E0624]: method `private_method` is private
--> $DIR/multiple-files.rs:7:35
|
LL | other_file::WithPrivateMethod.private_method();
| ^^^^^^^^^^^^^^ private method
|
::: $DIR/auxiliary/other_file.rs:5:5
|
LL | fn private_method(&self) {}
| ------------------------ private method defined here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0624`.