We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d52bc commit bcfced8Copy full SHA for bcfced8
1 file changed
src/tools/compiletest/src/runtest.rs
@@ -1939,7 +1939,7 @@ impl<'test> TestCx<'test> {
1939
1940
match self.config.compare_mode {
1941
Some(CompareMode::Polonius) => {
1942
- rustc.args(&["-Zpolonius", "-Zborrowck=mir"]);
+ rustc.args(&["-Zpolonius"]);
1943
}
1944
Some(CompareMode::Chalk) => {
1945
rustc.args(&["-Zchalk"]);
0 commit comments