mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
switch polonius compare-mode to polonius=next
This commit is contained in:
@@ -1766,7 +1766,7 @@ fn make_compile_args(
|
||||
|
||||
match self.config.compare_mode {
|
||||
Some(CompareMode::Polonius) => {
|
||||
rustc.args(&["-Zpolonius"]);
|
||||
rustc.args(&["-Zpolonius=next"]);
|
||||
}
|
||||
Some(CompareMode::NextSolver) => {
|
||||
rustc.args(&["-Znext-solver"]);
|
||||
|
||||
Reference in New Issue
Block a user