Skip to content

Commit cdc7974

Browse files
committed
Fix build?
1 parent bb176aa commit cdc7974

File tree

1 file changed

+1
-0
lines changed
  • crates/core_arch/src/arm

1 file changed

+1
-0
lines changed

crates/core_arch/src/arm/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ pub unsafe fn udf() -> ! {
9797
// and ARMv7-R edition (ARM DDI 0406C.c) sections D12.4.1 "ARM instruction set support" and D12.4.2
9898
// "Thumb instruction set support"
9999
#[cfg(any(target_feature = "v7", doc))]
100+
#[doc(cfg(target_arch = "arm"))]
100101
#[inline(always)]
101102
#[rustc_legacy_const_generics(0)]
102103
pub unsafe fn __dbg<const IMM4: i32>() {

0 commit comments

Comments
 (0)