Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/tools/miri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,4 @@ pub const MIRI_DEFAULT_ARGS: &[&str] = &[
// Deduplicating diagnostics means we miss events when tracking what happens during an
// execution. Let's not do that.
"-Zdeduplicate-diagnostics=no",
// FIXME(#160895): the new solver is enabled by default on nightly, but we
// don't want to use it in Miri for now. Remove once that's reverted.
"-Znext-solver=coherence",
];
Loading