Arnavion / derive-error-chain

A Macros 1.1 implementation of https://crates.io/crates/error-chain
19 stars 1 forks source link

Allow backtrace to be optional #3

Closed Arnavion closed 7 years ago

Arnavion commented 7 years ago

Instead of a feature, it should be part of the top-level attribute, eg #[error_chain(backtrace = false)]

Ref: https://github.com/brson/error-chain/pull/56