File tree 10 files changed +10
-0
lines changed
10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 26
26
#![ feature( alloc) ]
27
27
#![ feature( core_intrinsics) ]
28
28
#![ feature( dropck_eyepatch) ]
29
+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
29
30
#![ feature( raw_vec_internals) ]
30
31
#![ cfg_attr( test, feature( test) ) ]
31
32
Original file line number Diff line number Diff line change 10
10
11
11
#![ sanitizer_runtime]
12
12
#![ feature( alloc_system) ]
13
+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
13
14
#![ feature( sanitizer_runtime) ]
14
15
#![ feature( staged_api) ]
15
16
#![ no_std]
Original file line number Diff line number Diff line change 16
16
#![ allow( unused_attributes) ]
17
17
#![ feature( range_contains) ]
18
18
#![ cfg_attr( unix, feature( libc) ) ]
19
+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
19
20
#![ feature( optin_builtin_traits) ]
20
21
21
22
extern crate atty;
Original file line number Diff line number Diff line change 18
18
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
19
19
html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
20
20
21
+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
21
22
#![ feature( rustc_diagnostic_macros) ]
22
23
23
24
#[ macro_use]
Original file line number Diff line number Diff line change 64
64
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
65
65
html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
66
66
67
+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
67
68
#![ feature( rustc_diagnostic_macros) ]
68
69
69
70
#[ macro_use] extern crate syntax;
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
15
+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
15
16
#![ feature( rustc_diagnostic_macros) ]
16
17
17
18
#![ recursion_limit="256" ]
Original file line number Diff line number Diff line change 13
13
html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
14
14
15
15
#![ feature( crate_visibility_modifier) ]
16
+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
16
17
#![ feature( rustc_diagnostic_macros) ]
17
18
#![ feature( slice_sort_by_cached_key) ]
18
19
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( not( stage0) , feature( nll) ) ]
15
16
#![ allow( unused_attributes) ]
16
17
17
18
#![ recursion_limit="256" ]
Original file line number Diff line number Diff line change 16
16
#![ feature( extern_prelude) ]
17
17
#![ feature( iterator_find_map) ]
18
18
#![ feature( in_band_lifetimes) ]
19
+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
19
20
20
21
#![ recursion_limit="256" ]
21
22
Original file line number Diff line number Diff line change 10
10
11
11
#![ sanitizer_runtime]
12
12
#![ feature( alloc_system) ]
13
+ #![ cfg_attr( not( stage0) , feature( nll) ) ]
13
14
#![ feature( sanitizer_runtime) ]
14
15
#![ feature( staged_api) ]
15
16
#![ no_std]
You can’t perform that action at this time.
0 commit comments