Skip to content

Commit 9a755a4

Browse files
committed
switch polonius compare-mode to polonius=next
1 parent f51c987 commit 9a755a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ impl<'test> TestCx<'test> {
17421742

17431743
match self.config.compare_mode {
17441744
Some(CompareMode::Polonius) => {
1745-
rustc.args(&["-Zpolonius"]);
1745+
rustc.args(&["-Zpolonius=next"]);
17461746
}
17471747
Some(CompareMode::NextSolver) => {
17481748
rustc.args(&["-Znext-solver"]);

0 commit comments

Comments
 (0)