@alyssa while bugs are indeed entirely impossible in Rust, leaking memory is a feature not a bug!
see https://doc.rust-lang.org/std/boxed/struct.Box.html#method.leak or https://doc.rust-lang.org/std/mem/fn.forget.html
Top-level
@alyssa while bugs are indeed entirely impossible in Rust, leaking memory is a feature not a bug! see https://doc.rust-lang.org/std/boxed/struct.Box.html#method.leak or https://doc.rust-lang.org/std/mem/fn.forget.html No comments
|