You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add flags to control user visibility of dummy ops in isolation
For the ops which are not supported in isolation mode (e.g. `getcwd`),
miri produces a dummy error. By default, a warning is printed to let
the user know about this decision. This change adds a couple of flags
to control the level of details in such messages as per user
requirement.
`-Zmiri-ignore-dummy-op` -- stops generating warnings
`-Zmiri-track-dummy-op` -- generates a note with a backtrace per line
running dummy op
0 commit comments