diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-10-02 05:26:15 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-11-08 10:46:00 +0900 |
| commit | ab62a352ba5eeae79ff3dab0788a2134eac3f674 (patch) | |
| tree | 41ac752dfd15d58d19b89c2e05670f60725513b7 /compiler | |
| parent | b91a3a05609a46f73d23e0995ae7ebb4a4f429a5 (diff) | |
| download | rust-ab62a352ba5eeae79ff3dab0788a2134eac3f674.tar.gz rust-ab62a352ba5eeae79ff3dab0788a2134eac3f674.zip | |
Stabilize s390x inline assembly
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_ast_lowering/src/asm.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_ast_lowering/src/asm.rs b/compiler/rustc_ast_lowering/src/asm.rs index 6585a7de245..3acca94a54b 100644 --- a/compiler/rustc_ast_lowering/src/asm.rs +++ b/compiler/rustc_ast_lowering/src/asm.rs @@ -48,6 +48,7 @@ impl<'a, 'hir> LoweringContext<'a, 'hir> { | asm::InlineAsmArch::RiscV32 | asm::InlineAsmArch::RiscV64 | asm::InlineAsmArch::LoongArch64 + | asm::InlineAsmArch::S390x ); if !is_stable && !self.tcx.features().asm_experimental_arch() { feature_err( |
