Skip to content

Commit

Permalink
Rollup merge of rust-lang#132457 - taiki-e:needless-feature, r=workin…
Browse files Browse the repository at this point in the history
…gjubilee

Remove needless #![feature(asm_experimental_arch)] from loongarch64 inline assembly test

inline assembly is already stable on this architecture.
  • Loading branch information
matthiaskrgr authored Nov 2, 2024
2 parents ca91312 + 57673dd commit 3c1e41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/assembly/asm/loongarch-type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//@ compile-flags: -Zmerge-functions=disabled
//@ needs-llvm-components: loongarch

#![feature(no_core, lang_items, rustc_attrs, asm_experimental_arch)]
#![feature(no_core, lang_items, rustc_attrs)]
#![crate_type = "rlib"]
#![no_core]
#![allow(asm_sub_register, non_camel_case_types)]
Expand Down

0 comments on commit 3c1e41f

Please sign in to comment.