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 {
|
match self.config.compare_mode {
|
||||||
Some(CompareMode::Polonius) => {
|
Some(CompareMode::Polonius) => {
|
||||||
rustc.args(&["-Zpolonius", "-Zborrowck=mir"]);
|
rustc.args(&["-Zpolonius"]);
|
||||||
}
|
}
|
||||||
Some(CompareMode::Chalk) => {
|
Some(CompareMode::Chalk) => {
|
||||||
rustc.args(&["-Zchalk"]);
|
rustc.args(&["-Zchalk"]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue