Skip to content

Commit

Permalink
Stabilize asm! and global_asm!
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Amanieu committed Dec 12, 2021
1 parent c6009ca commit eec5f91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/run/asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Run-time:
// status: 0

#![feature(asm, global_asm)]

global_asm!("
.global add_asm
add_asm:
Expand Down

0 comments on commit eec5f91

Please sign in to comment.