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
It would be nice if we had a version of get_boxed_info that did not rely on the global allocator for use with the experimental feature allocator_api. I think there is sufficient support to return a boxed value with a specific allocator, specifically Box::from_raw_in.