|
87 | 87 | #![allow(incomplete_features)] |
88 | 88 | #![warn(multiple_supertrait_upcastable)] |
89 | 89 | #![allow(internal_features)] |
| 90 | +#![allow(unused_features)] |
90 | 91 | #![deny(ffi_unwind_calls)] |
91 | 92 | #![warn(unreachable_pub)] |
92 | 93 | // Do not check link redundancy on bootstrapping phase |
|
95 | 96 | // |
96 | 97 | // Library features: |
97 | 98 | // tidy-alphabetical-start |
98 | | -#![feature(array_ptr_get)] |
99 | 99 | #![feature(asm_experimental_arch)] |
100 | | -#![feature(bstr)] |
101 | 100 | #![feature(bstr_internals)] |
102 | 101 | #![feature(cfg_select)] |
103 | 102 | #![feature(cfg_target_has_reliable_f16_f128)] |
|
106 | 105 | #![feature(const_destruct)] |
107 | 106 | #![feature(const_eval_select)] |
108 | 107 | #![feature(const_select_unpredictable)] |
109 | | -#![feature(const_unsigned_bigint_helpers)] |
110 | 108 | #![feature(core_intrinsics)] |
111 | 109 | #![feature(coverage_attribute)] |
112 | 110 | #![feature(disjoint_bitor)] |
113 | 111 | #![feature(internal_impls_macro)] |
114 | | -#![feature(ip)] |
115 | | -#![feature(is_ascii_octdigit)] |
116 | 112 | #![feature(link_cfg)] |
117 | 113 | #![feature(offset_of_enum)] |
118 | 114 | #![feature(panic_internals)] |
119 | 115 | #![feature(pattern_type_macro)] |
120 | | -#![feature(ptr_alignment_type)] |
121 | | -#![feature(ptr_metadata)] |
122 | | -#![feature(set_ptr_value)] |
123 | | -#![feature(signed_bigint_helpers)] |
124 | | -#![feature(slice_ptr_get)] |
125 | | -#![feature(str_internals)] |
126 | | -#![feature(str_split_inclusive_remainder)] |
127 | | -#![feature(str_split_remainder)] |
128 | | -#![feature(type_info)] |
129 | 116 | #![feature(ub_checks)] |
130 | | -#![feature(unsafe_pinned)] |
131 | | -#![feature(utf16_extra)] |
132 | | -#![feature(variant_count)] |
133 | | -#![feature(widening_mul)] |
134 | 117 | // tidy-alphabetical-end |
135 | 118 | // |
136 | 119 | // Language features: |
|
175 | 158 | #![feature(optimize_attribute)] |
176 | 159 | #![feature(pattern_types)] |
177 | 160 | #![feature(prelude_import)] |
178 | | -#![feature(reborrow)] |
179 | 161 | #![feature(repr_simd)] |
180 | 162 | #![feature(rustc_allow_const_fn_unstable)] |
181 | 163 | #![feature(rustc_attrs)] |
|
0 commit comments