File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ to Miri failing to detect cases of undefined behavior in a program.
383
383
Borrows "protectors". Specifying this argument multiple times does not overwrite the previous
384
384
values, instead it appends its values to the list. Listing an id multiple times has no effect.
385
385
* `-Zmiri-track-pointer-tag=<tag1>,<tag2>,...` shows a backtrace when a given pointer tag
386
- is created or when it is popped from a borrow stack (which is where the tag becomes invalid
386
+ is created and when (if ever) it is popped from a borrow stack (which is where the tag becomes invalid
387
387
and any future use of it will error). This helps you in finding out why UB is
388
388
happening and where in your code would be a good place to look for it.
389
389
Specifying this argument multiple times does not overwrite the previous
You can’t perform that action at this time.
0 commit comments