36
Bugs Rust Won't Catch
(corrode.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
The usual handling in Rust afterwards is in most cases log one error or return to upstream “there was an error”. In some rare cases all errors returned as a single case.
Both of these first are bad for i18n and finding what’s really happened in the middle.