Deprecate llvm_asm!
This commit is contained in:
parent
dfe5fd0902
commit
4dd933cdc2
1 changed files with 4 additions and 0 deletions
|
@ -1347,6 +1347,10 @@ pub(crate) mod builtin {
|
||||||
issue = "70173",
|
issue = "70173",
|
||||||
reason = "prefer using the new asm! syntax instead"
|
reason = "prefer using the new asm! syntax instead"
|
||||||
)]
|
)]
|
||||||
|
#[rustc_deprecated(
|
||||||
|
since = "1.56",
|
||||||
|
reason = "will be removed from the compiler, use asm! instead"
|
||||||
|
)]
|
||||||
#[rustc_builtin_macro]
|
#[rustc_builtin_macro]
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! llvm_asm {
|
macro_rules! llvm_asm {
|
||||||
|
|
Loading…
Add table
Reference in a new issue