We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 239e41d + f94c15c commit 44f85c5Copy full SHA for 44f85c5
src/doc/unstable-book/src/compiler-flags/sanitizer.md
@@ -286,8 +286,8 @@ achieve that will result in false positive reports.
286
287
Detecting the use of uninitialized memory. The `-Zbuild-std` flag rebuilds and
288
instruments the standard library, and is strictly necessary for the correct
289
-operation of the tool. The `-Zsanitizer-track-origins` enables tracking of the
290
-origins of uninitialized memory:
+operation of the tool. The `-Zsanitizer-memory-track-origins` enables tracking
+of the origins of uninitialized memory:
291
292
```rust
293
use std::mem::MaybeUninit;
0 commit comments