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
error: no global memory allocator found but one is required; link to std or add #[global_allocator] t
o a static item that implements the GlobalAlloc trait.
Allocating on the heap during testing does appear to work, so I'm assuming this is just a case of the warning still being emitted.
r-marques, elichai, updogliu, max-sixty, LukasKalbertodt and 6 more