d13aff1224
In the general case, at least, it is not possible to make an object out of an unsized type. This is because the object type would have to store the fat pointer information for the `self` value *and* the vtable -- meaning it'd have to be a fat pointer with three words -- but for the compiler to know that the object requires three words, it would have to know the self-type of the object (is `self` a thin or fat pointer?), which of course it doesn't. Fixes #18333. r? @nick29581 |
||
---|---|---|
.. | ||
common.rs | ||
nodemap.rs | ||
ppaux.rs | ||
snapshot_vec.rs |