pyo3/tests/ui/too_many_args_to_getter.stderr
2019-09-23 19:26:34 +09:00

6 lines
201 B
Plaintext

error: Getter function can only have one argument of type pyo3::Python!
--> $DIR/too_many_args_to_getter.rs:11:30
|
11 | fn get_num(&self, index: u32) {}
| ^^^