File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ serde_derive = "0.8"
62
62
Then run:
63
63
64
64
``` rust
65
- #![feature(rustc_macro )]
65
+ #![feature(proc_macro )]
66
66
67
67
#[macro_use]
68
68
extern crate serde_derive;
Original file line number Diff line number Diff line change 1
1
#![ cfg_attr( feature = "nightly-testing" , feature( plugin) ) ]
2
2
#![ cfg_attr( feature = "nightly-testing" , plugin( clippy) ) ]
3
3
4
- #![ cfg_attr( not( feature = "with-syntex" ) , feature( rustc_macro ) ) ]
4
+ #![ cfg_attr( not( feature = "with-syntex" ) , feature( proc_macro ) ) ]
5
5
6
6
#![ feature( test) ]
7
7
Original file line number Diff line number Diff line change 1
1
#![ cfg_attr( feature = "nightly-testing" , feature( plugin) ) ]
2
2
#![ cfg_attr( feature = "nightly-testing" , plugin( clippy) ) ]
3
3
4
- #![ cfg_attr( not( feature = "with-syntex" ) , feature( rustc_macro , plugin) ) ]
4
+ #![ cfg_attr( not( feature = "with-syntex" ) , feature( proc_macro , plugin) ) ]
5
5
#![ cfg_attr( not( feature = "with-syntex" ) , plugin( indoc) ) ]
6
6
7
7
#[ cfg( not( feature = "with-syntex" ) ) ]
You can’t perform that action at this time.
0 commit comments