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
@@ -15,7 +15,7 @@ You may be looking for:
## Serde in action
```rust
#![feature(rustc_macro)]
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;