Rollup merge of #71654 - zachreizner:patch-1, r=jonas-schievink

Update link to unstable book for llvm_asm macro
This commit is contained in:
Dylan DPC 2020-04-29 12:23:24 +02:00 committed by GitHub
commit 4955c059f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",