We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a2b2f + 625b4ed commit f8840e6Copy full SHA for f8840e6
README.md
@@ -296,8 +296,7 @@ environment variable. We first document the most relevant and most commonly used
296
* `-Zmiri-strict-provenance` enables [strict
297
provenance](https://github.com/rust-lang/rust/issues/95228) checking in Miri. This means that
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`.
+ that cannot be used for any memory access. Also implies `-Zmiri-tag-raw-pointers`.
301
302
The remaining flags are for advanced use only, and more likely to change or be removed.
303
Some of these are **unsound**, which means they can lead
0 commit comments