Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
EnPissant
42 days ago
|
parent
|
context
|
favorite
| on:
Several core problems with Rust
Nothing forces you to panic in Rust any more than anything forces you to call abort() in C.
let a = b.unwrap();
is conceptually no different to:
if (b == NULL) { abort(); } a = *b;
don't write either if you don't want to halt.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: