Skip to content

Deal w/ bindings of associated types in trait impl

Latest

Choose a tag to compare

@dynaxis dynaxis released this 17 Aug 15:32
· 1 commit to master since this release

When a target trait has associated types and #[cast_to] is attached to impl blocks of the trait, then the bindings were not properly handled (refer to #4 for details). This release fixes the problem.