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
Currently you can't use unsized types as parameters or return values. There are good reasons to support this, including passing closures to fns and being able to write things like Rc::new(*slice) where slice has type Box<[T]> or what have you.
Currently you can't use unsized types as parameters or return values. There are good reasons to support this, including passing closures to fns and being able to write things like
Rc::new(*slice)
whereslice
has typeBox<[T]>
or what have you.Postponed RFCs:
The text was updated successfully, but these errors were encountered: