Skip to content

Commit c936594

Browse files
committed
switch polonius compare-mode to polonius=next
1 parent df32e15 commit c936594

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

17401740
match self.config.compare_mode {
17411741
Some(CompareMode::Polonius) => {
1742-
rustc.args(&["-Zpolonius"]);
1742+
rustc.args(&["-Zpolonius=next"]);
17431743
}
17441744
Some(CompareMode::NextSolver) => {
17451745
rustc.args(&["-Znext-solver"]);

0 commit comments

Comments
 (0)