Arnavion / derive-error-chain

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

Make Sync configurable #12

Open Arnavion opened 7 years ago

Arnavion commented 7 years ago

Probably via new enum attribute #[error_chain(sync = "true")]

https://github.com/rust-lang-nursery/error-chain/pull/110 https://github.com/rust-lang-nursery/error-chain/issues/121 https://github.com/rust-lang-nursery/error-chain/issues/134

This is blocked since error-chain needs to provide a way to do it first, since this crate uses the same traits as error-chain.