File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5050#![ feature( from_ref) ]
5151#![ feature( fs_read_write) ]
5252#![ cfg_attr( windows, feature( libc) ) ]
53+ #![ cfg_attr( stage0, feature( macro_lifetime_matcher) ) ]
5354#![ feature( macro_vis_matcher) ]
5455#![ feature( never_type) ]
5556#![ feature( exhaustive_patterns) ]
Original file line number Diff line number Diff line change 1515#![ feature( box_patterns) ]
1616#![ feature( fs_read_write) ]
1717#![ feature( libc) ]
18+ #![ cfg_attr( stage0, feature( macro_lifetime_matcher) ) ]
1819#![ feature( proc_macro_internals) ]
1920#![ feature( quote) ]
2021#![ feature( rustc_diagnostic_macros) ]
Original file line number Diff line number Diff line change 1212 html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
1313 html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
1414#![ feature( custom_attribute) ]
15+ #![ cfg_attr( stage0, feature( macro_lifetime_matcher) ) ]
1516#![ allow( unused_attributes) ]
1617
1718#[ macro_use]
You can’t perform that action at this time.
0 commit comments