Rename asm! to llvm_asm!

asm! is left as a wrapper around llvm_asm! to maintain compatibility.
This commit is contained in:
Amanieu d'Antras 2020-01-14 13:40:42 +00:00
parent 2fbb07525e
commit d162d096dd
65 changed files with 213 additions and 187 deletions

View file

@ -4,7 +4,7 @@ error[E0658]: use of unstable library feature 'asm': inline assembly is not stab
LL | asm!("");
| ^^^
|
= note: see issue #29722 <https://github.com/rust-lang/rust/issues/29722> for more information
= note: see issue #70173 <https://github.com/rust-lang/rust/issues/70173> for more information
= help: add `#![feature(asm)]` to the crate attributes to enable
error: aborting due to previous error

View file

@ -4,7 +4,7 @@ error[E0658]: use of unstable library feature 'asm': inline assembly is not stab
LL | println!("{:?}", asm!(""));
| ^^^
|
= note: see issue #29722 <https://github.com/rust-lang/rust/issues/29722> for more information
= note: see issue #70173 <https://github.com/rust-lang/rust/issues/70173> for more information
= help: add `#![feature(asm)]` to the crate attributes to enable
error: aborting due to previous error