Y
Hacker News
new
|
ask
|
show
|
jobs
by
stackghost
606 days ago
I'm not a rust fanboy but isn't the point of rust to dramatically decrease the area in which null pointer dereferences and friends can occur, and thus make them more likely to be spotted?
1 comments
steveklabnik
606 days ago
Not just spotted, but easier to find after the fact when the problematic behavior happens.
link