File tree Expand file tree Collapse file tree 11 files changed +13
-0
lines changed
librustc_cratesio_shim/src Expand file tree Collapse file tree 11 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 2020 html_playground_url = "https://play.rust-lang.org/" ,
2121 test( attr( deny( warnings) ) ) ) ]
2222
23+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
24+
2325pub use self :: Piece :: * ;
2426pub use self :: Position :: * ;
2527pub use self :: Alignment :: * ;
Original file line number Diff line number Diff line change 2424
2525#![ feature( core_intrinsics) ]
2626#![ feature( libc) ]
27+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
2728#![ feature( panic_runtime) ]
2829#![ feature( staged_api) ]
2930#![ feature( rustc_attrs) ]
Original file line number Diff line number Diff line change 3434#![ feature( core_intrinsics) ]
3535#![ feature( lang_items) ]
3636#![ feature( libc) ]
37+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
3738#![ feature( panic_unwind) ]
3839#![ feature( raw) ]
3940#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 4545 html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
4646#![ forbid( unsafe_code) ]
4747
48+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
4849#![ feature( try_from) ]
4950// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.
5051#[ allow( unused_extern_crates) ]
Original file line number Diff line number Diff line change 1111// See Cargo.toml for a comment explaining this crate.
1212#![ allow( unused_extern_crates) ]
1313
14+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
15+
1416extern crate bitflags;
1517extern crate log;
Original file line number Diff line number Diff line change 2020
2121#![ feature( box_syntax) ]
2222#![ cfg_attr( unix, feature( libc) ) ]
23+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
2324#![ feature( option_replace) ]
2425#![ feature( quote) ]
2526#![ feature( rustc_diagnostic_macros) ]
Original file line number Diff line number Diff line change 1414 html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
1515 html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
1616
17+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
1718#![ feature( specialization) ]
1819
1920#![ recursion_limit="256" ]
Original file line number Diff line number Diff line change 2323
2424#![ feature( box_syntax) ]
2525#![ feature( const_fn) ]
26+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
2627#![ feature( slice_patterns) ]
2728
2829#[ macro_use]
Original file line number Diff line number Diff line change 2121#![ feature( const_fn) ]
2222#![ feature( crate_visibility_modifier) ]
2323#![ feature( custom_attribute) ]
24+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
2425#![ feature( non_exhaustive) ]
2526#![ feature( optin_builtin_traits) ]
2627#![ feature( specialization) ]
Original file line number Diff line number Diff line change 5050#![ cfg_attr( windows, feature( libc) ) ]
5151// Handle rustfmt skips
5252#![ feature( custom_attribute) ]
53+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
5354#![ allow( unused_attributes) ]
5455
5556use std:: io:: prelude:: * ;
You can’t perform that action at this time.
0 commit comments