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
When I use this in a build that has no global_allocator, I see the following error:
error: no global memory allocator found but one is required; link to std or add `#[global_allocator]` to a static item that implements the GlobalAlloc trait
The text was updated successfully, but these errors were encountered:
I'm using v2.0.0, with the following Cargo.toml config:
And the code is using this one function:
When I use this in a build that has no global_allocator, I see the following error:
The text was updated successfully, but these errors were encountered: