File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 50
50
#![ feature( from_ref) ]
51
51
#![ feature( fs_read_write) ]
52
52
#![ cfg_attr( windows, feature( libc) ) ]
53
+ #![ cfg_attr( stage0, feature( macro_lifetime_matcher) ) ]
53
54
#![ feature( macro_vis_matcher) ]
54
55
#![ feature( never_type) ]
55
56
#![ feature( exhaustive_patterns) ]
Original file line number Diff line number Diff line change 15
15
#![ feature( box_patterns) ]
16
16
#![ feature( fs_read_write) ]
17
17
#![ feature( libc) ]
18
+ #![ cfg_attr( stage0, feature( macro_lifetime_matcher) ) ]
18
19
#![ feature( proc_macro_internals) ]
19
20
#![ feature( quote) ]
20
21
#![ feature( rustc_diagnostic_macros) ]
Original file line number Diff line number Diff line change 12
12
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
13
13
html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
14
14
#![ feature( custom_attribute) ]
15
+ #![ cfg_attr( stage0, feature( macro_lifetime_matcher) ) ]
15
16
#![ allow( unused_attributes) ]
16
17
17
18
#[ macro_use]
You can’t perform that action at this time.
0 commit comments