|
159 | 159 | #![feature(const_impl_trait)] |
160 | 160 | #![feature(const_mut_refs)] |
161 | 161 | #![feature(const_precise_live_drops)] |
162 | | -#![cfg_attr(bootstrap, feature(const_raw_ptr_deref))] |
163 | 162 | #![feature(const_refs_to_cell)] |
164 | 163 | #![feature(decl_macro)] |
165 | 164 | #![feature(derive_default_enum)] |
166 | 165 | #![feature(doc_cfg)] |
167 | 166 | #![feature(doc_notable_trait)] |
168 | | -#![cfg_attr(bootstrap, feature(doc_primitive))] |
169 | | -#![cfg_attr(not(bootstrap), feature(rustdoc_internals))] |
| 167 | +#![feature(rustdoc_internals)] |
170 | 168 | #![feature(exhaustive_patterns)] |
171 | 169 | #![feature(doc_cfg_hide)] |
172 | 170 | #![feature(extern_types)] |
|
198 | 196 | #![feature(try_blocks)] |
199 | 197 | #![feature(unboxed_closures)] |
200 | 198 | #![feature(unsized_fn_params)] |
201 | | -#![cfg_attr(not(bootstrap), feature(asm_const))] |
| 199 | +#![feature(asm_const)] |
202 | 200 | // |
203 | 201 | // Target features: |
204 | 202 | #![feature(aarch64_target_feature)] |
@@ -408,13 +406,11 @@ pub mod arch { |
408 | 406 | #[allow(rustdoc::bare_urls)] |
409 | 407 | #[unstable(feature = "portable_simd", issue = "86656")] |
410 | 408 | #[cfg(not(all(miri, doctest)))] // Miri does not support all SIMD intrinsics |
411 | | -#[cfg(not(bootstrap))] |
412 | 409 | mod core_simd; |
413 | 410 |
|
414 | 411 | #[doc = include_str!("../../portable-simd/crates/core_simd/src/core_simd_docs.md")] |
415 | 412 | #[unstable(feature = "portable_simd", issue = "86656")] |
416 | 413 | #[cfg(not(all(miri, doctest)))] // Miri does not support all SIMD intrinsics |
417 | | -#[cfg(not(bootstrap))] |
418 | 414 | pub mod simd { |
419 | 415 | #[unstable(feature = "portable_simd", issue = "86656")] |
420 | 416 | pub use crate::core_simd::simd::*; |
|
0 commit comments