6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
error: Expected 1 arguments, got 0
|
|
--> tests/ui/invalid_pymethod_proto_args_py.rs:8:8
|
|
|
|
|
8 | fn __truediv__(&self, _py: Python<'_>) -> PyResult<()> {
|
|
| ^^^^^^^^^^^
|