about summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2024-10-02 05:26:15 +0900
committerTaiki Endo <te316e89@gmail.com>2024-11-08 10:46:00 +0900
commitab62a352ba5eeae79ff3dab0788a2134eac3f674 (patch)
tree41ac752dfd15d58d19b89c2e05670f60725513b7 /tests/codegen
parentb91a3a05609a46f73d23e0995ae7ebb4a4f429a5 (diff)
downloadrust-ab62a352ba5eeae79ff3dab0788a2134eac3f674.tar.gz
rust-ab62a352ba5eeae79ff3dab0788a2134eac3f674.zip
Stabilize s390x inline assembly
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/asm/s390x-clobbers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/asm/s390x-clobbers.rs b/tests/codegen/asm/s390x-clobbers.rs
index 45f72206bdf..56d82b4b044 100644
--- a/tests/codegen/asm/s390x-clobbers.rs
+++ b/tests/codegen/asm/s390x-clobbers.rs
@@ -3,7 +3,7 @@
 //@[s390x] needs-llvm-components: systemz
 
 #![crate_type = "rlib"]
-#![feature(no_core, rustc_attrs, lang_items, asm_experimental_arch)]
+#![feature(no_core, rustc_attrs, lang_items)]
 #![no_core]
 
 #[lang = "sized"]