Skip to content

Commit 16af7f5

Browse files
committed
tmp: turn -Zpolonius=next on by default
1 parent 2dff90d commit 16af7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3414,13 +3414,13 @@ impl DumpMonoStatsFormat {
34143414
#[derive(Clone, Copy, PartialEq, Hash, Debug, Default)]
34153415
pub enum Polonius {
34163416
/// The default value: disabled.
3417-
#[default]
34183417
Off,
34193418

34203419
/// Legacy version, using datalog and the `polonius-engine` crate. Historical value for `-Zpolonius`.
34213420
Legacy,
34223421

34233422
/// In-tree prototype, extending the NLL infrastructure.
3423+
#[default]
34243424
Next,
34253425
}
34263426

0 commit comments

Comments
 (0)