update tests for migrate mode by default
This commit is contained in:
parent
aa6fb6caf9
commit
8eef102270
1356 changed files with 5926 additions and 21932 deletions
|
|
@ -1886,10 +1886,11 @@ impl<'test> TestCx<'test> {
|
|||
|
||||
match self.config.compare_mode {
|
||||
Some(CompareMode::Nll) => {
|
||||
rustc.args(&["-Zborrowck=migrate", "-Ztwo-phase-borrows"]);
|
||||
// FIXME(#56993) use -Zborrowck=mir
|
||||
rustc.args(&["-Zborrowck=migrate"]);
|
||||
}
|
||||
Some(CompareMode::Polonius) => {
|
||||
rustc.args(&["-Zpolonius", "-Zborrowck=mir", "-Ztwo-phase-borrows"]);
|
||||
rustc.args(&["-Zpolonius", "-Zborrowck=mir"]);
|
||||
}
|
||||
None => {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue