We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe5fd0 commit 4dd933cCopy full SHA for 4dd933c
1 file changed
library/core/src/macros/mod.rs
@@ -1347,6 +1347,10 @@ pub(crate) mod builtin {
1347
issue = "70173",
1348
reason = "prefer using the new asm! syntax instead"
1349
)]
1350
+ #[rustc_deprecated(
1351
+ since = "1.56",
1352
+ reason = "will be removed from the compiler, use asm! instead"
1353
+ )]
1354
#[rustc_builtin_macro]
1355
#[macro_export]
1356
macro_rules! llvm_asm {
0 commit comments