File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,10 @@ Several `-Z` flags are relevant for Miri:
171
171
sets this flag per default.
172
172
* ` -Zmir-emit-retag ` controls whether ` Retag ` statements are emitted. Miri
173
173
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.
179
178
180
179
Moreover, Miri recognizes some environment variables:
181
180
You can’t perform that action at this time.
0 commit comments