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.
rust.channel
1 parent 1140750 commit 139a713Copy full SHA for 139a713
src/bootstrap/src/utils/change_tracker.rs
@@ -215,4 +215,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
215
severity: ChangeSeverity::Info,
216
summary: "Removed android-ndk r25b support in favor of android-ndk r26d.",
217
},
218
+ ChangeInfo {
219
+ change_id: 125181,
220
+ severity: ChangeSeverity::Warning,
221
+ summary: "For tarball sources, default value for `rust.channel` will be taken from `src/ci/channel` file.",
222
+ },
223
];
0 commit comments