Deny broken intra-doc links in linkchecker
Since rustdoc isn't warning about these links, check for them manually.
This commit is contained in:
parent
dd7fc54ebd
commit
65835d1059
15 changed files with 90 additions and 18 deletions
|
@ -9,4 +9,4 @@ llvm_asm!("nop" "nop");
|
|||
Considering that this would be a long explanation, we instead recommend you
|
||||
take a look at the [`llvm_asm`] chapter of the Unstable book:
|
||||
|
||||
[llvm_asm]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
[`llvm_asm`]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
|
|
|
@ -10,4 +10,4 @@ llvm_asm!("nop" : "r"(a));
|
|||
Considering that this would be a long explanation, we instead recommend you
|
||||
take a look at the [`llvm_asm`] chapter of the Unstable book:
|
||||
|
||||
[llvm_asm]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
[`llvm_asm`]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
|
|
|
@ -13,4 +13,4 @@ llvm_asm!("xor %eax, %eax"
|
|||
Considering that this would be a long explanation, we instead recommend you
|
||||
take a look at the [`llvm_asm`] chapter of the Unstable book:
|
||||
|
||||
[llvm_asm]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
[`llvm_asm`]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
|
|
|
@ -13,4 +13,4 @@ llvm_asm!("xor %eax, %eax"
|
|||
Considering that this would be a long explanation, we instead recommend you
|
||||
take a look at the [`llvm_asm`] chapter of the Unstable book:
|
||||
|
||||
[llvm_asm]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
[`llvm_asm`]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
|
|
|
@ -13,4 +13,4 @@ llvm_asm!("mov $$0x200, %eax"
|
|||
Considering that this would be a long explanation, we instead recommend you
|
||||
take a look at the [`llvm_asm`] chapter of the Unstable book:
|
||||
|
||||
[llvm_asm]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
[`llvm_asm`]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue