Skip to content

Commit 3b9ae20

Browse files
committed
tmp: switch polonius compare mode to polonius=next
1 parent 68ac5ab commit 3b9ae20

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
@@ -1645,7 +1645,7 @@ impl<'test> TestCx<'test> {
16451645

16461646
match self.config.compare_mode {
16471647
Some(CompareMode::Polonius) => {
1648-
rustc.args(&["-Zpolonius"]);
1648+
rustc.args(&["-Zpolonius=next"]);
16491649
}
16501650
Some(CompareMode::NextSolver) => {
16511651
rustc.args(&["-Znext-solver"]);

0 commit comments

Comments
 (0)