We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dc443 commit bbce854Copy full SHA for bbce854
src/bootstrap/src/utils/change_tracker.rs
@@ -496,4 +496,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
496
severity: ChangeSeverity::Warning,
497
summary: "It is no longer possible to `x doc` with stage 0. All doc commands have to be on stage 1+.",
498
},
499
+ ChangeInfo {
500
+ change_id: 145131,
501
+ severity: ChangeSeverity::Warning,
502
+ summary: "It is no longer possible to `x clippy` with stage 0. All clippy commands have to be on stage 1+.",
503
+ },
504
];
0 commit comments