Next iteration
This commit is contained in:
parent
d914fdf67b
commit
3c45e5c7a5
@ -1,4 +1,4 @@
|
||||
#![feature(rustc_macro)]
|
||||
#![feature(rustc_macro, rustc_macro_lib)]
|
||||
|
||||
extern crate rustc_macro;
|
||||
extern crate serde_codegen;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user