pyo3/newsfragments/4086.fixed.md
Icxolu 03f59eaf45
fix declarative module compile error with create_exception! (#4086)
* fix declarative module compile error with `create_exception!`

* add newsfragment
2024-04-16 20:12:18 +00:00

156 B

Fixes a compile error when exporting an exception created with create_exception! living in a different Rust module using the declarative-module feature.