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
We'll want to disable diagnostic duplication in Miri, at least when "tracking" of some sort is enabled. I just wasted literal hours debugging why a certain load event did not happen that was supposed to happen, when actually the output just got deduplicated away...
The text was updated successfully, but these errors were encountered:
…=RalfJung
disable diagnostic deduplication
`@oli-obk` is there a better way to do this? Ideally we'd only set this when interpretation starts but the value in the compiler session seems to be immutable. I assume people will do `cargo check` before `cargo miri` so hopefully this won't lead to too much confusion.
Fixes#3350
…armful, r=RalfJung
disable diagnostic deduplication
`@oli-obk` is there a better way to do this? Ideally we'd only set this when interpretation starts but the value in the compiler session seems to be immutable. I assume people will do `cargo check` before `cargo miri` so hopefully this won't lead to too much confusion.
Fixesrust-lang/miri#3350
We'll want to disable diagnostic duplication in Miri, at least when "tracking" of some sort is enabled. I just wasted literal hours debugging why a certain load event did not happen that was supposed to happen, when actually the output just got deduplicated away...
The text was updated successfully, but these errors were encountered: