mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Deprecate llvm_asm!
This commit is contained in:
parent
dfe5fd0902
commit
4dd933cdc2
@ -1347,6 +1347,10 @@ pub(crate) mod builtin {
|
||||
issue = "70173",
|
||||
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]
|
||||
#[macro_export]
|
||||
macro_rules! llvm_asm {
|
||||
|
Loading…
Reference in New Issue
Block a user