6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
error: expected &PyModule as first argument with `pass_module`
|
|
--> tests/ui/invalid_need_module_arg_position.rs:6:21
|
|
|
|
|
6 | fn fail(string: &str, module: &PyModule) -> PyResult<&str> {
|
|
| ^
|