Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to rust-lang/rust#72016
asm!
syntax
Per the bug report referenced in the above, `asm!` is back ― but it has a [brand-new syntax](https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html) associated with it that includes, among other things, `intel` and `volatile` by default. As if that's not enough, they're now deprecating `llvm_asm!` upstream in favor of this.
- Loading branch information