You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add test for ambiguous associated item
The `#[pyclass]` macro implements `IntoPyObject` for the annotated enum.
When the enum has any of `Error`, `Output` or `Target` as members, this
clashes with the associated types of `IntoPyObject`.
This also happens when deriving `IntoPyObject` directly.
* Fix#4723: ambiguous associated item in #[pyclass]
This uses the fix described in rust-lang/rust#57644
Also apply fix to `#[derive(IntoPyObject)]`.
0 commit comments