|
|
|
|
|
by 74B5
1769 days ago
|
|
>Rust is known to leak memory, and compiled code can't rely on standard garbage collection. Rust does not use GC but reference counts, you need to go out of your way and actively call for a memory leak. The part about the "explicit types required" in the the limitation sections sound weird to me too. |
|