Skip to content

Commit c40a31e

Browse files
committed
Auto merge of #1185 - RalfJung:readme, r=RalfJung
fix README With #1127, we do not abort execution any more when the tracked tag gets popped, we just show a backtrace.
2 parents a3dad21 + 86a4354 commit c40a31e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,10 @@ 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=<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
178-
place to look for it.
174+
* `-Zmiri-track-pointer-tag=<tag>` shows a backtrace when the given pointer tag
175+
is popped from a borrow stack (which is where the tag becomes invalid and any
176+
future use of it will error). This helps you in finding out why UB is
177+
happening and where in your code would be a good place to look for it.
179178

180179
Moreover, Miri recognizes some environment variables:
181180

0 commit comments

Comments
 (0)