5 ms·
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.
by Rels 7y 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.
- roblabla 7y agoThat's orthogonal to exceptions though. Errors could easily have stack traces automatically added to them (and IMO, they should).