Next iteration

This commit is contained in:
David Tolnay
2016-08-30 23:55:08 -07:00
parent d914fdf67b
commit 3c45e5c7a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![feature(rustc_macro)]
#![feature(rustc_macro, rustc_macro_lib)]
extern crate rustc_macro;
extern crate serde_codegen;
+1 -1
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,