you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 3 months ago (1 child)

In that for, all error messages have been lost. If to add such output “for” is the most elegant solution.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 months ago (1 child)

    No they're in the resulting iterator

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 months 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.

  • source
  • parent