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
fix: drop -Zpanic-on-unsupported from miri invocation
The flag was removed in
rust-lang/miri#3952.
This flag was mostly useful when running miri on a codebase for the
first time, in combination with --no-fail-fast, to quickyl determine
which tests could actually be ran under miri (as without this option,
miri would abort the entire runtime on the first unknown FFI call,
ignoring --no-fail-fast, so one could only determine these tests one at
a time). However, for continuous integration, it didn't actually have
any value, so we're not loosing anything by removing it.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments