rust-lang-deprecated / error-chain

Error boilerplate for Rust
Apache License 2.0
728 stars 111 forks source link

Resolve failing tests #279

Closed AndyGauge closed 4 years ago

AndyGauge commented 4 years ago

Minimum supported rust is now 1.13.0 (without backtrace support) Minimum supported rust is now 1.32 with backtrace support (see backtrace-rs) Explicitly call ChainedError::backtrace()

AndyGauge commented 4 years ago

I plan on merging this at the end of November unless anyone has any reason not to.