Skip to content

Commit e784706

Browse files
authored
Unrolled build for rust-lang#132457
Rollup merge of rust-lang#132457 - taiki-e:needless-feature, r=workingjubilee Remove needless #![feature(asm_experimental_arch)] from loongarch64 inline assembly test inline assembly is already stable on this architecture.
2 parents b5f4883 + 57673dd commit e784706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/assembly/asm/loongarch-type.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//@ compile-flags: -Zmerge-functions=disabled
44
//@ needs-llvm-components: loongarch
55

6-
#![feature(no_core, lang_items, rustc_attrs, asm_experimental_arch)]
6+
#![feature(no_core, lang_items, rustc_attrs)]
77
#![crate_type = "rlib"]
88
#![no_core]
99
#![allow(asm_sub_register, non_camel_case_types)]

0 commit comments

Comments
 (0)