fe84fed966
* Inline struct, enum, fn and mod inside of declarative modules * remove news fragment --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev>
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
error: only one `#[pymodule_init]` may be specified
|
|
--> tests/ui/invalid_pymodule_two_pymodule_init.rs:11:5
|
|
|
|
|
11 | fn init2(m: &PyModule) -> PyResult<()> {
|
|
| ^^
|