Skip to content

Commit 4955c05

Browse files
authored
Rollup merge of #71654 - zachreizner:patch-1, r=jonas-schievink
Update link to unstable book for llvm_asm macro
2 parents fb1aa56 + 4b762ec commit 4955c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/macros/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ pub(crate) mod builtin {
13161316
///
13171317
/// Read the [unstable book] for the usage.
13181318
///
1319-
/// [unstable book]: ../unstable-book/library-features/asm.html
1319+
/// [unstable book]: ../unstable-book/library-features/llvm-asm.html
13201320
#[unstable(
13211321
feature = "llvm_asm",
13221322
issue = "70173",

0 commit comments

Comments
 (0)