Fix polonius compare mode.
This commit is contained in:
parent
09d52bc5d4
commit
bcfced862d
1 changed files with 1 additions and 1 deletions
|
@ -1939,7 +1939,7 @@ impl<'test> TestCx<'test> {
|
|||
|
||||
match self.config.compare_mode {
|
||||
Some(CompareMode::Polonius) => {
|
||||
rustc.args(&["-Zpolonius", "-Zborrowck=mir"]);
|
||||
rustc.args(&["-Zpolonius"]);
|
||||
}
|
||||
Some(CompareMode::Chalk) => {
|
||||
rustc.args(&["-Zchalk"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue