Rename asm! to llvm_asm!
asm! is left as a wrapper around llvm_asm! to maintain compatibility.
This commit is contained in:
parent
2fbb07525e
commit
d162d096dd
65 changed files with 213 additions and 187 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue