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.
1 parent 817f415 commit 8d409a7Copy full SHA for 8d409a7
README.md
@@ -171,7 +171,7 @@ Several `-Z` flags are relevant for Miri:
171
sets this flag per default.
172
* `-Zmir-emit-retag` controls whether `Retag` statements are emitted. Miri
173
enables this per default because it is needed for validation.
174
-* `-Zmiri-track-pointer-tag` aborts interpretation with a backtrace when the
+* `-Zmiri-track-pointer-tag=<tag>` aborts interpretation with a backtrace when the
175
given pointer tag is popped from a borrow stack (which is where the tag
176
becomes invalid and any future use of it will error anyway). This helps you
177
in finding out why UB is happening and where in your code would be a good
0 commit comments