Skip to content

Commit 2666aa2

Browse files
committed
Auto merge of #796 - Mark-Simulacrum:bootstrap-snap, r=gnzlbg
Apply snap of bootstrap compiler in rust-lang/rust FWIW, in the future we should try to avoid this as I'm assuming we'll break CI trying to land this here (and we can't swap bootstrap compilers in Rust until this lands).
2 parents 933a5e0 + df0401c commit 2666aa2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/core_arch/src/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ mod acle;
88

99
mod simd;
1010

11-
#[cfg_attr(
12-
bootstrap,
13-
doc(include = "../stdarch/crates/core_arch/src/core_arch_docs.md")
14-
)]
15-
#[cfg_attr(not(bootstrap), doc(include = "core_arch_docs.md"))]
11+
#[doc(include = "core_arch_docs.md")]
1612
#[stable(feature = "simd_arch", since = "1.27.0")]
1713
pub mod arch {
1814
/// Platform-specific intrinsics for the `x86` platform.

0 commit comments

Comments
 (0)