Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cxx-qen: impl IntoIterator for Error
Like syn::Error, this allows Error to be "expanded" into multiple contained errors. In comparison to syn, this is only implemented on Error and not on &Error, as not all variants of cxx::gen::Error implement Clone, which would be required for this to work.
- Loading branch information