Hacker News new | ask | show | jobs
by Manishearth 3893 days ago
See my other comment: https://news.ycombinator.com/item?id=10452408

In Rust you'd rarely write a library that panics on unexpected nulls.

(Also, panic != abort, yada yada)