about summary refs log tree commit diff
diff options
context:
space:
mode:
authorZach Reizner <zach297@gmail.com>2020-04-27 15:51:51 -0700
committerGitHub <noreply@github.com>2020-04-27 15:51:51 -0700
commit4b762ec95ae42a30c419396d87660afbebc80ee8 (patch)
tree0237c2ddcce663589f395badaa0f80290de1dc68
parent2d03399f53d28a8be645625376c0c9fbe601a01d (diff)
downloadrust-4b762ec95ae42a30c419396d87660afbebc80ee8.tar.gz
rust-4b762ec95ae42a30c419396d87660afbebc80ee8.zip
Update link to unstable book for llvm_asm macro
-rw-r--r--src/libcore/macros/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/macros/mod.rs b/src/libcore/macros/mod.rs
index 85d848f54fb..18d5eaa9648 100644
--- a/src/libcore/macros/mod.rs
+++ b/src/libcore/macros/mod.rs
@@ -1316,7 +1316,7 @@ pub(crate) mod builtin {
     ///
     /// Read the [unstable book] for the usage.
     ///
-    /// [unstable book]: ../unstable-book/library-features/asm.html
+    /// [unstable book]: ../unstable-book/library-features/llvm-asm.html
     #[unstable(
         feature = "llvm_asm",
         issue = "70173",