|
|
|
|
|
by kllrnohj
410 days ago
|
|
> Also many functions use addition and what is one supposed to do in case of overflow? Honestly this is where you'd throw an exception. It's a shame Rust refuses to have them, they are absolutely perfect for things like this... |
|
The only place where it would be different is if you explicitly set panics to abort instead of unwind, but that's not default behavior.