File tree Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 16
16
#![ feature( box_patterns) ]
17
17
#![ feature( if_let_guard) ]
18
18
#![ feature( macro_metavar_expr) ]
19
- #![ feature( negative_impls) ]
20
- #![ feature( never_type) ]
21
19
#![ feature( rustdoc_internals) ]
22
- #![ feature( stmt_expr_attributes) ]
23
20
#![ recursion_limit = "256" ]
24
21
// tidy-alphabetical-end
25
22
Original file line number Diff line number Diff line change 3
3
#![ doc( rust_logo) ]
4
4
#![ feature( rustc_attrs) ]
5
5
#![ feature( rustdoc_internals) ]
6
- #![ feature( type_alias_impl_trait) ]
7
6
// tidy-alphabetical-end
8
7
9
8
use std:: borrow:: Cow ;
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ This API is completely unstable and subject to change.
65
65
#![ feature( debug_closure_helpers) ]
66
66
#![ feature( gen_blocks) ]
67
67
#![ feature( if_let_guard) ]
68
- #![ feature( iter_from_coroutine) ]
69
68
#![ feature( iter_intersperse) ]
70
69
#![ feature( never_type) ]
71
70
#![ feature( rustdoc_internals) ]
Original file line number Diff line number Diff line change 7
7
#![ feature( file_buffered) ]
8
8
#![ feature( gen_blocks) ]
9
9
#![ feature( if_let_guard) ]
10
- #![ feature( iter_from_coroutine) ]
11
10
#![ feature( macro_metavar_expr) ]
12
11
#![ feature( min_specialization) ]
13
12
#![ feature( never_type) ]
Original file line number Diff line number Diff line change 48
48
#![ feature( gen_blocks) ]
49
49
#![ feature( if_let_guard) ]
50
50
#![ feature( intra_doc_pointers) ]
51
- #![ feature( iter_from_coroutine) ]
52
51
#![ feature( min_specialization) ]
53
52
#![ feature( negative_impls) ]
54
53
#![ feature( never_type) ]
You can’t perform that action at this time.
0 commit comments