File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,9 +342,9 @@ environment variable. We first document the most relevant and most commonly used
342
342
is enabled (the default), this is also used to emulate system entropy. The default seed is 0. You
343
343
can increase test coverage by running Miri multiple times with different seeds.
344
344
* `-Zmiri-strict-provenance` enables [strict
345
- provenance](https://github.com/ rust-lang/rust/issues/95228 ) checking in Miri. This means that
346
- casting an integer to a pointer will stop execution because the provenance of the pointer
347
- cannot be determined.
345
+ provenance](https://doc. rust-lang.org/nightly/std/ptr/index.html#strict-provenance ) checking in
346
+ Miri. This means that casting an integer to a pointer will stop execution because the provenance
347
+ of the pointer cannot be determined.
348
348
* `-Zmiri-symbolic-alignment-check` makes the alignment check more strict. By default, alignment is
349
349
checked by casting the pointer to an integer, and making sure that is a multiple of the alignment.
350
350
This can lead to cases where a program passes the alignment check by pure chance, because things
You can’t perform that action at this time.
0 commit comments