Comment on Rust Any part 3: we have upcastsparentComments−nialv71yIIRC vtable happens to already be laid out the required way (barring some corner cases maybe, correct me if I am wrong), this RFC just made that official.And for diamond patterns vtable entries are duplicated.
Comments
IIRC vtable happens to already be laid out the required way (barring some corner cases maybe, correct me if I am wrong), this RFC just made that official.
And for diamond patterns vtable entries are duplicated.