fe84fed966
* Inline struct, enum, fn and mod inside of declarative modules * remove news fragment --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev>
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
error: `#[pymodule_export]` may only be used on `use` statements
|
|
--> tests/ui/invalid_pymodule_trait.rs:5:5
|
|
|
|
|
5 | #[pymodule_export]
|
|
| ^
|