41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
396 B
Plaintext
15 lines
396 B
Plaintext
error[E0624]: method `method` is private
|
|
--> $DIR/tab-column-numbers.rs:10:4
|
|
|
|
|
LL | s.method();
|
|
| ^^^^^^ private method
|
|
|
|
|
::: $DIR/auxiliary/tab_column_numbers.rs:5:3
|
|
|
|
|
LL | fn method(&self) {}
|
|
| ---------------- private method defined here
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0624`.
|