Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
throwupaway123
on Dec 8, 2018
|
parent
|
context
|
favorite
| on:
Rocket v0.4: Typed URIs, Database Support, Revampe...
>it doesn't leak memory
Fairly sure you can leak memory, just no memory safety issues (in safe Rust).
voxl
on Dec 8, 2018
[–]
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
on Dec 8, 2018
|
parent
[–]
Memory leaks can happen in safe code, segfaults cannot. That’s at least one major difference.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Fairly sure you can leak memory, just no memory safety issues (in safe Rust).