top | item 18637468

(no title)

throwupaway123 | 7 years ago

>it doesn't leak memory

Fairly sure you can leak memory, just no memory safety issues (in safe Rust).

discuss

order

voxl|7 years ago

You can also cause segfaults, the point I think is more that it is hard to do this instead of easy as it is in some languages, like C.

steveklabnik|7 years ago

Memory leaks can happen in safe code, segfaults cannot. That’s at least one major difference.