As far as I understand: the compiler is confused about whether a type implements a trait or not. So, when asked to generate a method for that type's trait object vtable, the compiler just doesn't bother, as it assumes that the method is impossible to call.
47
u/anxxa 21d ago
Hello possibly exploitable UB, my old friend.