File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
#![ feature( const_fn) ]
12
12
#![ feature( const_transmute) ]
13
13
#![ feature( crate_visibility_modifier) ]
14
- #![ feature( decl_macro) ]
15
14
#![ feature( label_break_value) ]
16
15
#![ feature( nll) ]
17
16
#![ feature( try_trait) ]
Original file line number Diff line number Diff line change 1
1
#![ feature( crate_visibility_modifier) ]
2
+ #![ feature( decl_macro) ]
2
3
#![ feature( proc_macro_diagnostic) ]
3
4
#![ feature( proc_macro_internals) ]
4
5
#![ feature( proc_macro_span) ]
Original file line number Diff line number Diff line change 1
1
use crate :: base:: ExtCtxt ;
2
2
use crate :: expand:: { AstFragment , AstFragmentKind } ;
3
3
4
- use syntax:: ast:: { self , NodeId } ;
4
+ use syntax:: ast;
5
5
use syntax:: source_map:: { DUMMY_SP , dummy_spanned} ;
6
6
use syntax:: tokenstream:: TokenStream ;
7
7
use syntax:: mut_visit:: * ;
You can’t perform that action at this time.
0 commit comments