about summary refs log tree commit diff
path: root/tests/codegen/asm
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2024-10-15 23:41:51 +0900
committerTaiki Endo <te316e89@gmail.com>2024-11-10 17:43:46 +0900
commit965a2801a09667ba87ae8d419aa04086dc3a5113 (patch)
treeccc2e0fcd7d8b138c1e2afc1c2a2b56bb1f6bd29 /tests/codegen/asm
parent668959740f97e7a22ae340742886d330ab63950f (diff)
downloadrust-965a2801a09667ba87ae8d419aa04086dc3a5113.tar.gz
rust-965a2801a09667ba87ae8d419aa04086dc3a5113.zip
Stabilize Arm64EC inline assembly
Diffstat (limited to 'tests/codegen/asm')
-rw-r--r--tests/codegen/asm/arm64ec-clobbers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/asm/arm64ec-clobbers.rs b/tests/codegen/asm/arm64ec-clobbers.rs
index 2ec61907947..80059331642 100644
--- a/tests/codegen/asm/arm64ec-clobbers.rs
+++ b/tests/codegen/asm/arm64ec-clobbers.rs
@@ -3,7 +3,7 @@
 //@ needs-llvm-components: aarch64
 
 #![crate_type = "rlib"]
-#![feature(no_core, rustc_attrs, lang_items, asm_experimental_arch)]
+#![feature(no_core, rustc_attrs, lang_items)]
 #![no_core]
 
 #[lang = "sized"]