We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d8e77 commit 4791ba8Copy full SHA for 4791ba8
crates/core_arch/src/mod.rs
@@ -9,10 +9,10 @@ mod acle;
9
mod simd;
10
11
#[cfg_attr(
12
- not(core_arch_docs),
+ bootstrap,
13
doc(include = "../stdarch/crates/core_arch/src/core_arch_docs.md")
14
)]
15
-#[cfg_attr(core_arch_docs, doc(include = "core_arch_docs.md"))]
+#[cfg_attr(not(bootstrap), doc(include = "core_arch_docs.md"))]
16
#[stable(feature = "simd_arch", since = "1.27.0")]
17
pub mod arch {
18
/// Platform-specific intrinsics for the `x86` platform.
0 commit comments