This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-4
lines changed Expand file tree Collapse file tree 7 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88#![ feature( rustdoc_internals) ]
99#![ doc( rust_logo) ]
1010#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
11+ #![ cfg_attr( bootstrap, feature( c_str_literals) ) ]
1112#![ feature( exact_size_is_empty) ]
1213#![ feature( extern_types) ]
1314#![ feature( hash_raw_entry) ]
Original file line number Diff line number Diff line change 3434#![ feature( if_let_guard) ]
3535#![ feature( iter_order_by) ]
3636#![ feature( let_chains) ]
37- #![ cfg_attr( not( bootstrap) , feature( trait_upcasting) ) ]
3837#![ feature( min_specialization) ]
3938#![ feature( rustc_attrs) ]
39+ #![ feature( trait_upcasting) ]
4040#![ deny( rustc:: untranslatable_diagnostic) ]
4141#![ deny( rustc:: diagnostic_outside_of_impl) ]
4242#![ allow( internal_features) ]
Original file line number Diff line number Diff line change 11#![ deny( rustc:: untranslatable_diagnostic) ]
22#![ deny( rustc:: diagnostic_outside_of_impl) ]
33#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
4+ #![ cfg_attr( bootstrap, feature( c_str_literals) ) ]
45#![ doc( rust_logo) ]
56#![ feature( rustdoc_internals) ]
67#![ allow( internal_features) ]
Original file line number Diff line number Diff line change 4848#![ feature( associated_type_bounds) ]
4949#![ feature( rustc_attrs) ]
5050#![ feature( control_flow_enum) ]
51- #![ cfg_attr ( not ( bootstrap ) , feature( trait_upcasting) ) ]
51+ #![ feature( trait_upcasting) ]
5252#![ feature( try_blocks) ]
5353#![ feature( decl_macro) ]
5454#![ feature( extract_if) ]
Original file line number Diff line number Diff line change 111111#![ feature( slice_flatten) ]
112112#![ feature( error_generic_member_access) ]
113113#![ feature( error_in_core) ]
114- #![ cfg_attr ( not ( bootstrap ) , feature( trait_upcasting) ) ]
114+ #![ feature( trait_upcasting) ]
115115#![ feature( utf8_chunks) ]
116116#![ feature( is_ascii_octdigit) ]
117117#![ feature( get_many_mut) ]
Original file line number Diff line number Diff line change 309309//
310310// Library features (core):
311311// tidy-alphabetical-start
312+ #![ cfg_attr( bootstrap, feature( c_str_literals) ) ]
312313#![ feature( char_internals) ]
313314#![ feature( core_intrinsics) ]
314315#![ feature( core_io_borrowed_buf) ]
Original file line number Diff line number Diff line change 1010#![ feature( nonzero_ops) ]
1111#![ feature( let_chains) ]
1212#![ feature( lint_reasons) ]
13- #![ cfg_attr ( not ( bootstrap ) , feature( trait_upcasting) ) ]
13+ #![ feature( trait_upcasting) ]
1414// Configure clippy and other lints
1515#![ allow(
1616 clippy:: collapsible_else_if,
You can’t perform that action at this time.
0 commit comments