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
What effect does switching the allocator have? If Rust uses the system allocator, does that then allow the caller to free Rust structs without having to call a destructor in Rust?
What effect does switching the allocator have? If Rust uses the system allocator, does that then allow the caller to
free
Rust structs without having to call a destructor in Rust?Original question
The text was updated successfully, but these errors were encountered: