rust-lang / project-error-handling

Error handling project group
Apache License 2.0
268 stars 18 forks source link

Error Return Traces #9

Open yaahc opened 3 years ago

yaahc commented 3 years ago

I'd like to pursue the possibility of supporting error return traces in rust, based loosely on Ziglang's feature by the same name. I've written up some notes on this in the past in this Pre-RFC fact finding document and in This partial proof of concept written for this RFC.