Open briansmith opened 6 years ago
I'm into it. They've changed some stuff in syn
in that 11->12 update, hopefully I'll be able to migrate the code without hitting any major problems.
If somebody works on that already please ping me so we don't do the same job twice (or thrice or ...).
There's an open PR already in rust-lang-nursery/failure#179
Oh boy. Thanks for mentioning!
There's an open PR already in rust-lang-nursery/failure#179
What is the status of this repo (withoutboats/failure_derive) to that one (rust-lang-nursery/failure)? Is rust-lang-nursery/failure replacing this one?
Yea, this code was moved into the main repo. I'll shut this repo down once failure 1.0 is released.
Currently Cargo.toml has:
Other libraries my project depends on require:
It would be great if failure_derive could pick up those new versions so that dependent projects like mine don't have to download and compile multiple versions of these packages.
I attempted to do this by updating Cargo.toml like so:
However, this broke the build. Unfortunately I don't know enough about writing macros using
syn
andquote
to fix this myself.