Skip to content

Commit 5b67156

Browse files
rcvalleehuss
andauthored
Update src/doc/rustc/src/codegen-options/index.md
Co-authored-by: Eric Huss <[email protected]>
1 parent 38419ea commit 5b67156

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc/src/codegen-options

1 file changed

+1
-1
lines changed

src/doc/rustc/src/codegen-options/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ This option allows for use of one or more of these sanitizers:
530530
(ASan)](https://doc.rust-lang.org/rustc/sanitizers.html#addresssanitizer):
531531
Detects memory errors (e.g., buffer overflows, use after free).
532532
* [LeakSanitizer
533-
(LSan)](https://doc.rust-lang.org/rustc/sanitizers.html#leaksanitizer):
533+
(LSan)](../sanitizers.md#leaksanitizer):
534534
Detects memory leaks either as part of AddressSanitizer or as a standalone
535535
tool.
536536

0 commit comments

Comments
 (0)