Skip to content

Commit 55927af

Browse files
committed
tmp: how trash is this prototype currently?
1 parent dd1fa38 commit 55927af

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
@@ -3385,13 +3385,13 @@ impl PatchableFunctionEntry {
33853385
#[derive(Clone, Copy, PartialEq, Hash, Debug, Default)]
33863386
pub enum Polonius {
33873387
/// The default value: disabled.
3388-
#[default]
33893388
Off,
33903389

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

33943393
/// In-tree prototype, extending the NLL infrastructure.
3394+
#[default]
33953395
Next,
33963396
}
33973397

0 commit comments

Comments
 (0)