diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-10-15 23:41:51 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-11-10 17:43:46 +0900 |
| commit | 965a2801a09667ba87ae8d419aa04086dc3a5113 (patch) | |
| tree | ccc2e0fcd7d8b138c1e2afc1c2a2b56bb1f6bd29 /tests/codegen/asm | |
| parent | 668959740f97e7a22ae340742886d330ab63950f (diff) | |
| download | rust-965a2801a09667ba87ae8d419aa04086dc3a5113.tar.gz rust-965a2801a09667ba87ae8d419aa04086dc3a5113.zip | |
Stabilize Arm64EC inline assembly
Diffstat (limited to 'tests/codegen/asm')
| -rw-r--r-- | tests/codegen/asm/arm64ec-clobbers.rs | 2 |
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"] |
