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 main difference for this project seems to be that alloc now behaves nearly like the old alloc_excess function, returning both the pointer and allocated size.
The text was updated successfully, but these errors were encountered:
Alloc
toAllocRef
rust-lang/wg-allocators#8Alloc
toAllocRef
rust-lang/rust#68529Currently one can see the difference between the traits by viewing the stable and nightly docs side by side:
The main difference for this project seems to be that alloc now behaves nearly like the old alloc_excess function, returning both the pointer and allocated size.
The text was updated successfully, but these errors were encountered: