We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38419ea commit 5b67156Copy full SHA for 5b67156
src/doc/rustc/src/codegen-options/index.md
@@ -530,7 +530,7 @@ This option allows for use of one or more of these sanitizers:
530
(ASan)](https://doc.rust-lang.org/rustc/sanitizers.html#addresssanitizer):
531
Detects memory errors (e.g., buffer overflows, use after free).
532
* [LeakSanitizer
533
- (LSan)](https://doc.rust-lang.org/rustc/sanitizers.html#leaksanitizer):
+ (LSan)](../sanitizers.md#leaksanitizer):
534
Detects memory leaks either as part of AddressSanitizer or as a standalone
535
tool.
536
0 commit comments