this post was submitted on 29 Apr 2026
34 points (100.0% liked)

Rust

8026 readers
25 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] blazebra@programming.dev 1 points 4 days ago

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.