Pointee not on the heap?
Pointee not on the heap?
Posted Apr 23, 2026 19:43 UTC (Thu) by daroc (editor, #160859)In reply to: Pointee not on the heap? by pbonzini
Parent article: One Sized trait does not fit all
I guess I didn't explain this well enough; Pointee is a subset of the current category !Sized. So current Rust code does handle things that would be Pointee.
The point of the RFC is that !Sized is really lumping two separate, useful categories together: SizeOfVal (where we don't know the size based on the type, but we can know the size of some particular value) and Pointee (where we can't know the size at all).
