Rename rustc_macro to proc_macro

Fixes #575
This commit is contained in:
Mark Roghelia
2016-10-08 18:29:36 -04:00
parent e547a06639
commit ef5d09e144
16 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![feature(test, rustc_macro, rustc_attrs)]
#![feature(test, proc_macro, rustc_attrs)]
#[macro_use]
extern crate serde_derive;