We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
binary_asm_labels
1 parent 06db2de commit a4805deCopy full SHA for a4805de
src/aarch64_linux.rs
@@ -23,6 +23,7 @@
23
//! The original `lse.S` has some truly horrifying code that expects to be compiled multiple times with different constants.
24
//! We do something similar, but with macro arguments.
25
#![cfg_attr(feature = "c", allow(unused_macros))] // avoid putting the macros into a submodule
26
+#![allow(binary_asm_labels)] // `0:` and `1:` labels are not a problem on Arm
27
28
// We don't do runtime dispatch so we don't have to worry about the `__aarch64_have_lse_atomics` global ctor.
29
0 commit comments