Skip to content

Commit 95e1a43

Browse files
author
Tage Johansson
committed
compiletest: Change Polonius compare mode to run polonius=next instead of legacy.
1 parent 1b58937 commit 95e1a43

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)