Skip to content

Commit 43327b5

Browse files
committed
switch polonius compare-mode to polonius=next
1 parent 2886b36 commit 43327b5

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

17671767
match self.config.compare_mode {
17681768
Some(CompareMode::Polonius) => {
1769-
rustc.args(&["-Zpolonius"]);
1769+
rustc.args(&["-Zpolonius=next"]);
17701770
}
17711771
Some(CompareMode::NextSolver) => {
17721772
rustc.args(&["-Znext-solver"]);

0 commit comments

Comments
 (0)