1
Fork 0

asm: Stabilize loongarch64

This commit is contained in:
WANG Rui 2023-05-05 14:20:45 +08:00
parent ce042889f7
commit 46252ef401
2 changed files with 2 additions and 16 deletions

View file

@ -44,6 +44,7 @@ impl<'a, 'hir> LoweringContext<'a, 'hir> {
| asm::InlineAsmArch::AArch64
| asm::InlineAsmArch::RiscV32
| asm::InlineAsmArch::RiscV64
| asm::InlineAsmArch::LoongArch64
);
if !is_stable && !self.tcx.features().asm_experimental_arch {
feature_err(