This repository was archived by the owner on Aug 16, 2021. It is now read-only.
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
Rewrite internal quick_error to be more precise #189
Open
Description
This macro was copied from the quick_error crate and hacked up to fit into error_chain. It actually supports syntax that error_chain doesn't use. It needs to be simplified to do only what error_chain needs. I don't know what needs to be done here - somebody good with macros will need to take a close look at it.