File tree Expand file tree Collapse file tree 27 files changed +27
-29
lines changed Expand file tree Collapse file tree 27 files changed +27
-29
lines changed Original file line number Diff line number Diff line change @@ -290,9 +290,7 @@ fn main() {
290290 }
291291
292292 // This is required for internal lints.
293- if stage != "0" {
294- cmd. arg ( "-Zunstable-options" ) ;
295- }
293+ cmd. arg ( "-Zunstable-options" ) ;
296294
297295 // Force all crates compiled by this compiler to (a) be unstable and (b)
298296 // allow the `rustc_private` feature to link to other unstable crates
Original file line number Diff line number Diff line change 1212 test( no_crate_inject, attr( deny( warnings) ) ) ) ]
1313
1414#![ deny( rust_2018_idioms) ]
15- #![ cfg_attr ( not ( stage0 ) , deny( internal) ) ]
15+ #![ deny( internal) ]
1616
1717#![ feature( core_intrinsics) ]
1818#![ feature( dropck_eyepatch) ]
Original file line number Diff line number Diff line change 99 test( attr( deny( warnings) ) ) ) ]
1010
1111#![ deny( rust_2018_idioms) ]
12- #![ cfg_attr ( not ( stage0 ) , deny( internal) ) ]
12+ #![ deny( internal) ]
1313
1414#![ feature( nll) ]
1515#![ feature( rustc_private) ]
Original file line number Diff line number Diff line change 2929#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
3030
3131#![ deny( rust_2018_idioms) ]
32- #![ cfg_attr ( not ( stage0 ) , deny( internal) ) ]
32+ #![ deny( internal) ]
3333#![ allow( explicit_outlives_requirements) ]
3434
3535#![ feature( arbitrary_self_types) ]
Original file line number Diff line number Diff line change 1- #![ cfg_attr ( not ( stage0 ) , allow( usage_of_ty_tykind) ) ]
1+ #![ allow( usage_of_ty_tykind) ]
22
33pub use self :: Variance :: * ;
44pub use self :: AssociatedItemContainer :: * ;
Original file line number Diff line number Diff line change 22#![ feature( rustc_private) ]
33
44#![ deny( rust_2018_idioms) ]
5- #![ cfg_attr ( not ( stage0 ) , deny( internal) ) ]
5+ #![ deny( internal) ]
66
77pub mod expand;
88
Original file line number Diff line number Diff line change 22
33#![ allow( non_camel_case_types) ]
44#![ deny( rust_2018_idioms) ]
5- #![ cfg_attr ( not ( stage0 ) , deny( internal) ) ]
5+ #![ deny( internal) ]
66
77#![ feature( nll) ]
88
Original file line number Diff line number Diff line change 1414#![ allow( unused_attributes) ]
1515#![ allow( dead_code) ]
1616#![ deny( rust_2018_idioms) ]
17- #![ cfg_attr ( not ( stage0 ) , deny( internal) ) ]
17+ #![ deny( internal) ]
1818#![ allow( explicit_outlives_requirements) ]
1919
2020#![ recursion_limit="256" ]
Original file line number Diff line number Diff line change 1616#![ recursion_limit="256" ]
1717
1818#![ deny( rust_2018_idioms) ]
19- #![ cfg_attr ( not ( stage0 ) , deny( internal) ) ]
19+ #![ deny( internal) ]
2020
2121#[ macro_use]
2222extern crate rustc;
Original file line number Diff line number Diff line change 1717#![ recursion_limit="256" ]
1818
1919#![ deny( rust_2018_idioms) ]
20- #![ cfg_attr ( not ( stage0 ) , deny( internal) ) ]
20+ #![ deny( internal) ]
2121
2222pub extern crate getopts;
2323#[ cfg( unix) ]
You can’t perform that action at this time.
0 commit comments