1
Fork 0

Update link to unstable book for llvm_asm macro

This commit is contained in:
Zach Reizner 2020-04-27 15:51:51 -07:00 committed by GitHub
parent 2d03399f53
commit 4b762ec95a
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",