Skip to content

Commit bcfced8

Browse files
committed
Fix polonius compare mode.
1 parent 09d52bc commit bcfced8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ impl<'test> TestCx<'test> {
19391939

19401940
match self.config.compare_mode {
19411941
Some(CompareMode::Polonius) => {
1942-
rustc.args(&["-Zpolonius", "-Zborrowck=mir"]);
1942+
rustc.args(&["-Zpolonius"]);
19431943
}
19441944
Some(CompareMode::Chalk) => {
19451945
rustc.args(&["-Zchalk"]);

0 commit comments

Comments
 (0)