pcsm / simulacrum

A small library for creating mock objects in Rust.
MIT License
26 stars 3 forks source link

Update Macros to use Syn 0.12 #18

Closed jasongrlicky closed 6 years ago

jasongrlicky commented 6 years ago

Despite making the macros nightly-only, under the new Syn API, this should allow us to get clearer error messages and way more maintainable code.

jasongrlicky commented 6 years ago

Closing since macros don't rely on Syn, not sure what I was thinking 😛