Skip to content

Commit 8d409a7

Browse files
oli-obkRalfJung
andauthored
Update README.md
Co-Authored-By: Ralf Jung <post@ralfj.de>
1 parent 817f415 commit 8d409a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Several `-Z` flags are relevant for Miri:
171171
sets this flag per default.
172172
* `-Zmir-emit-retag` controls whether `Retag` statements are emitted. Miri
173173
enables this per default because it is needed for validation.
174-
* `-Zmiri-track-pointer-tag` aborts interpretation with a backtrace when the
174+
* `-Zmiri-track-pointer-tag=<tag>` aborts interpretation with a backtrace when the
175175
given pointer tag is popped from a borrow stack (which is where the tag
176176
becomes invalid and any future use of it will error anyway). This helps you
177177
in finding out why UB is happening and where in your code would be a good

0 commit comments

Comments
 (0)