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 AllocRef trait is currently highly unstable and in the next weeks you can expect quite a few changes. I will probably make a PR when #38, #41, and #42 at the allocator wg are merged.
Now, dlmalloc build fails with:
error[E0432]: unresolved import
core::alloc::Alloc
--> /home/xyz/.cargo/registry/src/github.conef.uk-1ecc6299db9ec823/dlmalloc-0.1.3/src/lib.rs:21:19
|
21 | use core::alloc::{Alloc, Layout, AllocErr};
| ^^^^^ no
Alloc
inalloc
The text was updated successfully, but these errors were encountered: