We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31482a9 commit a2c5d29Copy full SHA for a2c5d29
tests/run/asm.rs
@@ -3,6 +3,8 @@
3
// Run-time:
4
// status: 0
5
6
+#![feature(asm_const, asm_sym)]
7
+
8
use std::arch::{asm, global_asm};
9
10
global_asm!("
0 commit comments