pyo3/tests/ui/invalid_pymethod_proto_args...

6 lines
179 B
Plaintext
Raw Normal View History

2022-01-06 07:59:10 +00:00
error: Expected 1 arguments, got 0
--> tests/ui/invalid_pymethod_proto_args_py.rs:8:8
|
2022-03-23 07:07:28 +00:00
8 | fn __truediv__(&self, _py: Python<'_>) -> PyResult<()> {
2022-01-06 07:59:10 +00:00
| ^^^^^^^^^^^