mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix polonius compare mode.
This commit is contained in:
parent
09d52bc5d4
commit
bcfced862d
@ -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…
Reference in New Issue
Block a user