Skip to content

Commit

Permalink
Rollup merge of #82441 - frewsxcv:frewsxcv-docs, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Fix typo in sanitizer flag in unstable book.
  • Loading branch information
Aaron1011 authored Feb 25, 2021
2 parents 239e41d + f94c15c commit 44f85c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/unstable-book/src/compiler-flags/sanitizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ achieve that will result in false positive reports.
Detecting the use of uninitialized memory. The `-Zbuild-std` flag rebuilds and
instruments the standard library, and is strictly necessary for the correct
operation of the tool. The `-Zsanitizer-track-origins` enables tracking of the
origins of uninitialized memory:
operation of the tool. The `-Zsanitizer-memory-track-origins` enables tracking
of the origins of uninitialized memory:
```rust
use std::mem::MaybeUninit;
Expand Down

0 comments on commit 44f85c5

Please sign in to comment.