Next iteration

This commit is contained in:
David Tolnay 2016-08-30 23:55:08 -07:00
parent d914fdf67b
commit 3c45e5c7a5
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#![feature(rustc_macro)]
#![feature(rustc_macro, rustc_macro_lib)]
extern crate rustc_macro;
extern crate serde_codegen;

View File

@ -4,7 +4,7 @@
extern crate serde_derive;
extern crate serde_json;
#[derive(Serialize)]
#[derive(Serialize, Deserialize)]
enum Macros {
#[serde(rename = "macros 1.1")]
OnePointOne,