Skip to content

Commit 3febecf

Browse files
committed
tmp: set polonius=next by default
1 parent 3f989e5 commit 3febecf

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
@@ -3442,13 +3442,13 @@ impl PatchableFunctionEntry {
34423442
#[derive(Clone, Copy, PartialEq, Hash, Debug, Default)]
34433443
pub enum Polonius {
34443444
/// The default value: disabled.
3445-
#[default]
34463445
Off,
34473446

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

34513450
/// In-tree prototype, extending the NLL infrastructure.
3451+
#[default]
34523452
Next,
34533453
}
34543454

0 commit comments

Comments
 (0)