Closed
Description
Further subdivide unsized types into dynamically-sized types, implementing
an intrinsic trait DynamicSize
, and types of indeterminate size. References
for the latter kind will be thin, while allocating slots or copying values
of such types is not possible outside unsafe code.
Tracking issue for postponed PR #709