-
Notifications
You must be signed in to change notification settings - Fork 1
Replace error_chain!
#11
Comments
What I said here is still mostly true. Compared to the You can see an example at https://github.com/Arnavion/fac-rs/blob/2a8f67bb/factorio-mods-local/src/error.rs That repo is probably the only bunch of crates that use it. I've not heard of anyone else using it nor received any feedback. The |
I'm thinking: can't we modify |
It might be possible. |
What do you think @brson? |
(I should clarify that I think it might be possible, not that it's a good idea. It seems unnecessarily roundabout for a regular macro to generate input for another proc macro.) |
An update to my earlier sentiments, based on the last few months:
This is no longer true since atleast dotenv uses it, and one user has submitted a PR to add support for generic errorkinds.
However upstream is considering replacing it entirely. rust-lang-deprecated/error-chain#170
I don't consider this crate experimental any more. |
With macros 1.1 on stable, do you think your crate could replace the upstream
error_chain
?The text was updated successfully, but these errors were encountered: