Skip to content

Commit eec5f91

Browse files
committed
Stabilize asm! and global_asm!
They are also removed from the prelude as per the decision in rust-lang/rust#87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros.
1 parent c6009ca commit eec5f91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/run/asm.rs

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// Run-time:
44
// status: 0
55

6-
#![feature(asm, global_asm)]
7-
86
global_asm!("
97
.global add_asm
108
add_asm:

0 commit comments

Comments
 (0)