8000 Fix polonius compare mode. · rust-lang/rust@bcfced8 · GitHub
[go: up one dir, main page]

Skip to content
8000

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

Lines changed: 1 addition & 1 deletion
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)
0