Skip to content

Commit 1c6916f

Browse files
committed
tmp: turn -Zpolonius=next on by default
1 parent 855c683 commit 1c6916f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3417,13 +3417,13 @@ impl DumpMonoStatsFormat {
34173417
#[derive(Clone, Copy, PartialEq, Hash, Debug, Default)]
34183418
pub enum Polonius {
34193419
/// The default value: disabled.
3420-
#[default]
34213420
Off,
34223421

34233422
/// Legacy version, using datalog and the `polonius-engine` crate. Historical value for `-Zpolonius`.
34243423
Legacy,
34253424

34263425
/// In-tree prototype, extending the NLL infrastructure.
3426+
#[default]
34273427
Next,
34283428
}
34293429

0 commit comments

Comments
 (0)