Hacker News new | ask | show | jobs
by Rels 2522 days ago
Strack traces? I love Rust error handling, but the one thing I sometimes miss is that there is no stack traces by default on errors.
1 comments

That's orthogonal to exceptions though. Errors could easily have stack traces automatically added to them (and IMO, they should).