Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwupaway123
2748 days ago
>it doesn't leak memory
Fairly sure you can leak memory, just no memory safety issues (in safe Rust).
1 comments
voxl
2748 days 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.
link
steveklabnik
2748 days ago
Memory leaks can happen in safe code, segfaults cannot. That’s at least one major difference.
link