We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb176aa commit cdc7974Copy full SHA for cdc7974
crates/core_arch/src/arm/mod.rs
@@ -97,6 +97,7 @@ 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
+#[doc(cfg(target_arch = "arm"))]
101
#[inline(always)]
102
#[rustc_legacy_const_generics(0)]
103
pub unsafe fn __dbg<const IMM4: i32>() {
0 commit comments