diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-10-02 05:26:15 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-11-08 10:46:00 +0900 |
| commit | ab62a352ba5eeae79ff3dab0788a2134eac3f674 (patch) | |
| tree | 41ac752dfd15d58d19b89c2e05670f60725513b7 /tests/codegen | |
| parent | b91a3a05609a46f73d23e0995ae7ebb4a4f429a5 (diff) | |
| download | rust-ab62a352ba5eeae79ff3dab0788a2134eac3f674.tar.gz rust-ab62a352ba5eeae79ff3dab0788a2134eac3f674.zip | |
Stabilize s390x inline assembly
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/asm/s390x-clobbers.rs | 2 |
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"] |
