add change entry · rust-lang/rust@c76477d

Original file line numberDiff line numberDiff line change

@@ -190,4 +190,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[

190190

severity: ChangeSeverity::Warning,

191191

summary: "`rust.lld` has a new default value of `true` on `x86_64-unknown-linux-gnu`. Starting at stage1, `rust-lld` will thus be this target's default linker. No config changes should be necessary.",

192192

},

193+

ChangeInfo {

194+

change_id: 125535,

195+

severity: ChangeSeverity::Warning,

196+

summary: "Removed `dist.missing-tools` configuration as it was deprecated long time ago.",

197+

},

193198

];