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
Now that all fields are boxed, would it be possible to support an explicit #[boxed] attribute that would make new and Heads use a Box<T> instead of T? This would allow for storing unsized values inside the self-referential structs.
The text was updated successfully, but these errors were encountered:
Now that all fields are boxed, would it be possible to support an explicit
#[boxed]
attribute that would makenew
andHeads
use aBox<T>
instead ofT
? This would allow for storing unsized values inside the self-referential structs.The text was updated successfully, but these errors were encountered: