We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Zmiri-track-raw-pointers
1 parent 263be25 commit 03be413Copy full SHA for 03be413
README.md
@@ -254,8 +254,9 @@ environment variable:
254
help identify latent aliasing issues in code that Miri accepts by default. You
255
can recognize false positives by `<untagged>` occurring in the message -- this
256
indicates a pointer that was cast from an integer, so Miri was unable to track
257
- this pointer. It does not have false negatives; code that works with
258
- `-Zmiri-track-raw-pointers` will work without `-Zmiri-track-raw-pointers`.
+ this pointer. Note that it is not currently guaranteed that code that works
+ with `-Zmiri-track-raw-pointers` also works without
259
+ `-Zmiri-track-raw-pointers`.
260
261
Some native rustc `-Z` flags are also very relevant for Miri:
262
0 commit comments