File tree 7 files changed +7
-4
lines changed
7 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 8
8
#![ feature( rustdoc_internals) ]
9
9
#![ doc( rust_logo) ]
10
10
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
11
+ #![ cfg_attr( bootstrap, feature( c_str_literals) ) ]
11
12
#![ feature( exact_size_is_empty) ]
12
13
#![ feature( extern_types) ]
13
14
#![ feature( hash_raw_entry) ]
Original file line number Diff line number Diff line change 34
34
#![ feature( if_let_guard) ]
35
35
#![ feature( iter_order_by) ]
36
36
#![ feature( let_chains) ]
37
- #![ cfg_attr( not( bootstrap) , feature( trait_upcasting) ) ]
38
37
#![ feature( min_specialization) ]
39
38
#![ feature( rustc_attrs) ]
39
+ #![ feature( trait_upcasting) ]
40
40
#![ deny( rustc:: untranslatable_diagnostic) ]
41
41
#![ deny( rustc:: diagnostic_outside_of_impl) ]
42
42
#![ allow( internal_features) ]
Original file line number Diff line number Diff line change 1
1
#![ deny( rustc:: untranslatable_diagnostic) ]
2
2
#![ deny( rustc:: diagnostic_outside_of_impl) ]
3
3
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
4
+ #![ cfg_attr( bootstrap, feature( c_str_literals) ) ]
4
5
#![ doc( rust_logo) ]
5
6
#![ feature( rustdoc_internals) ]
6
7
#![ allow( internal_features) ]
Original file line number Diff line number Diff line change 48
48
#![ feature( associated_type_bounds) ]
49
49
#![ feature( rustc_attrs) ]
50
50
#![ feature( control_flow_enum) ]
51
- #![ cfg_attr ( not ( bootstrap ) , feature( trait_upcasting) ) ]
51
+ #![ feature( trait_upcasting) ]
52
52
#![ feature( try_blocks) ]
53
53
#![ feature( decl_macro) ]
54
54
#![ feature( extract_if) ]
Original file line number Diff line number Diff line change 111
111
#![ feature( slice_flatten) ]
112
112
#![ feature( error_generic_member_access) ]
113
113
#![ feature( error_in_core) ]
114
- #![ cfg_attr ( not ( bootstrap ) , feature( trait_upcasting) ) ]
114
+ #![ feature( trait_upcasting) ]
115
115
#![ feature( utf8_chunks) ]
116
116
#![ feature( is_ascii_octdigit) ]
117
117
#![ feature( get_many_mut) ]
Original file line number Diff line number Diff line change 309
309
//
310
310
// Library features (core):
311
311
// tidy-alphabetical-start
312
+ #![ cfg_attr( bootstrap, feature( c_str_literals) ) ]
312
313
#![ feature( char_internals) ]
313
314
#![ feature( core_intrinsics) ]
314
315
#![ feature( core_io_borrowed_buf) ]
Original file line number Diff line number Diff line change 10
10
#![ feature( nonzero_ops) ]
11
11
#![ feature( let_chains) ]
12
12
#![ feature( lint_reasons) ]
13
- #![ cfg_attr ( not ( bootstrap ) , feature( trait_upcasting) ) ]
13
+ #![ feature( trait_upcasting) ]
14
14
// Configure clippy and other lints
15
15
#![ allow(
16
16
clippy:: collapsible_else_if,
You can’t perform that action at this time.
0 commit comments