From eec5f919e78d11a314d87e7c178743597749de9a Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 10 Dec 2021 00:15:33 +0000 Subject: [PATCH] Stabilize asm! and global_asm! They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros. --- tests/run/asm.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/run/asm.rs b/tests/run/asm.rs index 9c0055b0b6b..48c0203d594 100644 --- a/tests/run/asm.rs +++ b/tests/run/asm.rs @@ -3,8 +3,6 @@ // Run-time: // status: 0 -#![feature(asm, global_asm)] - global_asm!(" .global add_asm add_asm: