Skip to content

Commit

Permalink
Deprecate llvm_asm!
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Aug 15, 2021
1 parent dfe5fd0 commit 4dd933c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/core/src/macros/mod.rs
Expand Up @@ -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 {
Expand Down

0 comments on commit 4dd933c

Please sign in to comment.