Skip to content

Commit

Permalink
tmp: turn -Zpolonius=next on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Nov 4, 2023
1 parent 2dff90d commit 16af7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3414,13 +3414,13 @@ impl DumpMonoStatsFormat {
#[derive(Clone, Copy, PartialEq, Hash, Debug, Default)]
pub enum Polonius {
/// The default value: disabled.
#[default]
Off,

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

/// In-tree prototype, extending the NLL infrastructure.
#[default]
Next,
}

Expand Down

0 comments on commit 16af7f5

Please sign in to comment.