File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
compiler/rustc_middle/src Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 35
35
#![ feature( const_type_name) ]
36
36
#![ feature( discriminant_kind) ]
37
37
#![ feature( coroutines) ]
38
- #![ feature( stmt_expr_attributes) ]
39
38
#![ feature( if_let_guard) ]
40
39
#![ cfg_attr( bootstrap, feature( inline_const) ) ]
40
+ #![ feature( intra_doc_pointers) ]
41
41
#![ feature( iter_from_coroutine) ]
42
42
#![ feature( negative_impls) ]
43
43
#![ feature( never_type) ]
50
50
#![ feature( strict_provenance) ]
51
51
#![ cfg_attr( bootstrap, feature( associated_type_bounds) ) ]
52
52
#![ feature( rustc_attrs) ]
53
- #![ feature( control_flow_enum) ]
54
53
#![ feature( trait_upcasting) ]
55
54
#![ feature( try_blocks) ]
56
55
#![ feature( decl_macro) ]
57
56
#![ feature( extract_if) ]
58
- #![ feature( intra_doc_pointers) ]
59
57
#![ feature( yeet_expr) ]
60
58
#![ feature( const_option) ]
61
59
#![ feature( ptr_alignment_type) ]
You can’t perform that action at this time.
0 commit comments