Methods with &mut Trait
and polymorphic objects can't get encoded
#8401
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
This code
Dies with
The
transmute
is in place to get around #8248, but I think that this may be uncovering a separate issue. Even with the transmute, I think this should compile anyway (although it's still unsafe code).cc @msullivan
The text was updated successfully, but these errors were encountered: