2023-03-28 07:12:36 -05:00
|
|
|
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
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-28 07:12:36 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0624`.
|