Hacker News new | ask | show | jobs
by sapiogram 474 days ago
In Rust it's literally impossible to use a returned value without checking the error. This bug also cannot happen with Java, C# or Javascript exceptions. This particular failure mode is unique to Go.
1 comments

It's not unique - C has it, and error-code-flavored C++ can emulate it too. ;-)