File tree Expand file tree Collapse file tree 10 files changed +0
-16
lines changed Expand file tree Collapse file tree 10 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 45
45
#![ feature( const_fn) ]
46
46
#![ feature( core_intrinsics) ]
47
47
#![ feature( drain_filter) ]
48
- #![ feature( from_ref) ]
49
- #![ feature( fs_read_write) ]
50
48
#![ feature( iterator_find_map) ]
51
49
#![ cfg_attr( windows, feature( libc) ) ]
52
50
#![ feature( macro_vis_matcher) ]
72
70
#![ feature( test) ]
73
71
#![ feature( in_band_lifetimes) ]
74
72
#![ feature( macro_at_most_once_rep) ]
75
- #![ feature( inclusive_range_methods) ]
76
73
#![ feature( crate_in_paths) ]
77
74
78
75
#![ recursion_limit="512" ]
Original file line number Diff line number Diff line change 14
14
15
15
#![ allow( non_camel_case_types) ]
16
16
17
- #![ feature( from_ref) ]
18
17
#![ feature( quote) ]
19
18
20
19
#![ recursion_limit="256" ]
Original file line number Diff line number Diff line change 23
23
#![ feature( crate_visibility_modifier) ]
24
24
#![ feature( custom_attribute) ]
25
25
#![ feature( extern_types) ]
26
- #![ feature( fs_read_write) ]
27
26
#![ feature( in_band_lifetimes) ]
28
27
#![ allow( unused_attributes) ]
29
28
#![ feature( libc) ]
Original file line number Diff line number Diff line change 20
20
html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
21
21
html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
22
22
23
- #![ feature( collections_range) ]
24
23
#![ feature( unboxed_closures) ]
25
24
#![ feature( fn_traits) ]
26
25
#![ feature( unsize) ]
Original file line number Diff line number Diff line change 14
14
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
15
15
html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
16
16
17
- #![ feature( fs_read_write) ]
18
17
#![ feature( specialization) ]
19
18
20
19
#![ 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( box_patterns) ]
16
- #![ feature( fs_read_write) ]
17
16
#![ feature( libc) ]
18
17
#![ feature( macro_at_most_once_rep) ]
19
18
#![ feature( proc_macro_internals) ]
Original file line number Diff line number Diff line change @@ -18,21 +18,18 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
18
18
#![ feature( in_band_lifetimes) ]
19
19
#![ feature( slice_patterns) ]
20
20
#![ feature( slice_sort_by_cached_key) ]
21
- #![ feature( from_ref) ]
22
21
#![ feature( box_patterns) ]
23
22
#![ feature( box_syntax) ]
24
23
#![ feature( catch_expr) ]
25
24
#![ feature( crate_visibility_modifier) ]
26
25
#![ feature( const_fn) ]
27
26
#![ feature( core_intrinsics) ]
28
27
#![ feature( decl_macro) ]
29
- #![ feature( fs_read_write) ]
30
28
#![ feature( in_band_lifetimes) ]
31
29
#![ feature( macro_vis_matcher) ]
32
30
#![ feature( exhaustive_patterns) ]
33
31
#![ feature( range_contains) ]
34
32
#![ feature( rustc_diagnostic_macros) ]
35
- #![ feature( crate_visibility_modifier) ]
36
33
#![ feature( never_type) ]
37
34
#![ feature( specialization) ]
38
35
#![ feature( try_trait) ]
Original file line number Diff line number Diff line change 23
23
24
24
#![ feature( box_syntax) ]
25
25
#![ feature( const_fn) ]
26
- #![ feature( fs_read_write) ]
27
- #![ feature( inclusive_range) ]
28
26
#![ feature( slice_patterns) ]
29
27
30
28
#[ macro_use]
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ This API is completely unstable and subject to change.
74
74
#![ feature( box_patterns) ]
75
75
#![ feature( box_syntax) ]
76
76
#![ feature( crate_visibility_modifier) ]
77
- #![ feature( from_ref) ]
78
77
#![ feature( exhaustive_patterns) ]
79
78
#![ feature( iterator_find_map) ]
80
79
#![ feature( quote) ]
Original file line number Diff line number Diff line change 17
17
#![ feature( rustc_private) ]
18
18
#![ feature( box_patterns) ]
19
19
#![ feature( box_syntax) ]
20
- #![ feature( fs_read_write) ]
21
20
#![ feature( iterator_find_map) ]
22
21
#![ feature( set_stdio) ]
23
22
#![ feature( slice_sort_by_cached_key) ]
24
23
#![ feature( test) ]
25
24
#![ feature( vec_remove_item) ]
26
- #![ feature( entry_and_modify) ]
27
25
#![ feature( ptr_offset_from) ]
28
26
#![ feature( crate_visibility_modifier) ]
29
27
You can’t perform that action at this time.
0 commit comments