Rollup merge of #82441 - frewsxcv:frewsxcv-docs, r=GuillaumeGomez
Fix typo in sanitizer flag in unstable book.
This commit is contained in:
commit
44f85c5de0
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,8 @@ achieve that will result in false positive reports.
|
||||||
|
|
||||||
Detecting the use of uninitialized memory. The `-Zbuild-std` flag rebuilds and
|
Detecting the use of uninitialized memory. The `-Zbuild-std` flag rebuilds and
|
||||||
instruments the standard library, and is strictly necessary for the correct
|
instruments the standard library, and is strictly necessary for the correct
|
||||||
operation of the tool. The `-Zsanitizer-track-origins` enables tracking of the
|
operation of the tool. The `-Zsanitizer-memory-track-origins` enables tracking
|
||||||
origins of uninitialized memory:
|
of the origins of uninitialized memory:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use std::mem::MaybeUninit;
|
use std::mem::MaybeUninit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue