diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2020-05-31 18:11:03 +0100 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2020-05-31 18:25:05 +0100 |
| commit | d49020573c34611b748b2d7737563f594f5c0215 (patch) | |
| tree | 0b03fb18adb34b6ff02b88c3c2ab241ff07bd34b /src/libcore | |
| parent | 4b1f86adbe41e8dd4864ca2315f43953dd503bb5 (diff) | |
Clarify errors and warnings about the transition to the new asm!
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/macros/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/macros/mod.rs b/src/libcore/macros/mod.rs index 625ceb0953b..3cfdde60135 100644 --- a/src/libcore/macros/mod.rs +++ b/src/libcore/macros/mod.rs @@ -1315,7 +1315,7 @@ pub(crate) mod builtin { #[unstable( feature = "llvm_asm", issue = "70173", - reason = "LLVM-style inline assembly will never be stabilized, prefer using asm! instead" + reason = "prefer using the new asm! syntax instead" )] #[rustc_builtin_macro] #[macro_export] |
