We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb176aa commit 230f0beCopy full SHA for 230f0be
crates/core_arch/src/arm/mod.rs
@@ -97,6 +97,8 @@ pub unsafe fn udf() -> ! {
97
// and ARMv7-R edition (ARM DDI 0406C.c) sections D12.4.1 "ARM instruction set support" and D12.4.2
98
// "Thumb instruction set support"
99
#[cfg(any(target_feature = "v7", doc))]
100
+#[cfg(any(target_arch = "arm", doc))]
101
+#[doc(cfg(target_arch = "arm"))]
102
#[inline(always)]
103
#[rustc_legacy_const_generics(0)]
104
pub unsafe fn __dbg<const IMM4: i32>() {
0 commit comments