eyre-rs / eyre

A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Apache License 2.0
1.35k stars 63 forks source link

New version of backtrace doesn't export `gimli-symbolize` anymore #174

Closed kristof-mattei closed 1 month ago

kristof-mattei commented 3 months ago

Reposted from here:

https://github.com/eyre-rs/color-eyre/issues/152

https://github.com/rust-lang/backtrace-rs/releases/tag/0.3.72

Backtrace 0.3.72 removed gimli-symbolize. https://github.com/rust-lang/backtrace-rs/pull/615/files

The feature didn't do anything anymore.

I think at a minimum color-eyre should update backtrace's version to 0.3.59. That way the feature can be removed.

Backtrace's version with the removal: 0.3.59: https://github.com/rust-lang/backtrace-rs/commit/5fc4f79674206c2041b9ffeec6e3891c73510147