We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b67156 commit 1768479Copy full SHA for 1768479
src/doc/rustc/src/codegen-options/index.md
@@ -527,7 +527,7 @@ bug detection, improving software reliability and security.
527
This option allows for use of one or more of these sanitizers:
528
529
* [AddressSanitizer
530
- (ASan)](https://doc.rust-lang.org/rustc/sanitizers.html#addresssanitizer):
+ (ASan)](../sanitizers.md#addresssanitizer):
531
Detects memory errors (e.g., buffer overflows, use after free).
532
* [LeakSanitizer
533
(LSan)](../sanitizers.md#leaksanitizer):
0 commit comments