You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mahkoh
changed the title
There is no way to create intrinsically unsized types at compile time.
There is no way to create objects of intrinsically unsized types at compile time.
Jan 6, 2016
it could be possible to allow const-casting arrays to their unsized equivalents. We already have str as an unsized const value. Should be easy enough to add another one for slices.
You already reported an ICE trying to do this: rust-lang/rust#30355 So basically we'd just need to fix that bug.
nrc
added
the
T-lang
Relevant to the language team, which will review and decide on the RFC.
label
Aug 19, 2016
For example:
The text was updated successfully, but these errors were encountered: