File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -296,8 +296,7 @@ environment variable. We first document the most relevant and most commonly used
296
296
* `-Zmiri-strict-provenance` enables [strict
297
297
provenance](https://github.com/rust-lang/rust/issues/95228) checking in Miri. This means that
298
298
casting an integer to a pointer yields a result with 'invalid' provenance, i.e., with provenance
299
- that cannot be used for any memory access. Also implies `-Zmiri-tag-raw-pointers` and
300
- ` -Zmiri-check-number-validity` .
299
+ that cannot be used for any memory access. Also implies `-Zmiri-tag-raw-pointers`.
301
300
302
301
The remaining flags are for advanced use only, and more likely to change or be removed.
303
302
Some of these are **unsound**, which means they can lead
You can’t perform that action at this time.
0 commit comments