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
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
The Rust allocator API has been changed from using extern "C" allocator functions, to traits. The build will fail until this is fixed. The change is a good one and will simplify dealing with allocators in the future once we change things to deal with it.
The Rust allocator API has been changed from using
extern "C"
allocator functions, to traits. The build will fail until this is fixed. The change is a good one and will simplify dealing with allocators in the future once we change things to deal with it.See rust-lang/rfcs#1974
The text was updated successfully, but these errors were encountered: