pyo3/tests/ui/invalid_need_module_arg_pos...

6 lines
213 B
Plaintext
Raw Normal View History

error: expected &PyModule as first argument with `pass_module`
2021-03-09 23:37:01 +00:00
--> $DIR/invalid_need_module_arg_position.rs:6:21
|
6 | fn fail(string: &str, module: &PyModule) -> PyResult<&str> {
2021-03-09 23:37:01 +00:00
| ^