Skip to content

Commit 57673dd

Browse files
committed
Remove needless #![feature(asm_experimental_arch)] from loongarch64 inline assembly test
1 parent a8e1186 commit 57673dd

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)