json_macros icon indicating copy to clipboard operation
json_macros copied to clipboard

No more compiler plugin

Open dtolnay opened this issue 8 years ago • 0 comments

Let's copy the implementation from serde_json:

https://github.com/serde-rs/json/blob/v0.9.8/json/src/macros.rs

and make it work with rustc-serialize. Then we no longer need an unstable plugin.

dtolnay avatar Feb 27 '17 03:02 dtolnay