6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
|
error: Expected &PyModule as first argument with `need_module`.
|
||
|
--> $DIR/invalid_need_module_arg_position.rs:6:13
|
||
|
|
|
||
|
6 | fn fail(string: &str, module: &PyModule) -> PyResult<&str> {
|
||
|
| ^^^^^^^^^^^^
|