We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e42cb commit 3e799e4Copy full SHA for 3e799e4
src/test/ui/asm/x86_64/multiple-clobber-abi.rs
@@ -4,7 +4,7 @@
4
5
// Checks that multiple clobber_abi options can be used
6
7
-#![feature(asm)]
+#![feature(asm, asm_sym)]
8
9
extern "sysv64" fn foo(x: i32) -> i32 {
10
x + 16
0 commit comments