about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid <davidkjohn01@gmail.com>2024-10-24 11:42:11 +0530
committerGitHub <noreply@github.com>2024-10-24 11:42:11 +0530
commit33941d3ba5aa2e9beed85130a27833f3de853d9b (patch)
tree81dd7a92bcea7983d418439c6ff51290323f20a6
parent55b7f8e800a6a43657a8582450323d546297c950 (diff)
downloadrust-33941d3ba5aa2e9beed85130a27833f3de853d9b.tar.gz
rust-33941d3ba5aa2e9beed85130a27833f3de853d9b.zip
sanitizer.md: LeakSanitizer is not supported on aarch64 macOS
-rw-r--r--src/doc/unstable-book/src/compiler-flags/sanitizer.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/sanitizer.md b/src/doc/unstable-book/src/compiler-flags/sanitizer.md
index 24940f0d6fb..4679acf0a6a 100644
--- a/src/doc/unstable-book/src/compiler-flags/sanitizer.md
+++ b/src/doc/unstable-book/src/compiler-flags/sanitizer.md
@@ -690,7 +690,6 @@ LeakSanitizer is run-time memory leak detector.
 
 LeakSanitizer is supported on the following targets:
 
-* `aarch64-apple-darwin`
 * `aarch64-unknown-linux-gnu`
 * `x86_64-apple-darwin`
 * `x86_64-unknown-linux-gnu`