Add change info to change tracker · rust-lang/rust@9206960 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 9206960
Add change info to change tracker
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -365,4 +365,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[ | ||
365 | 365 | severity: ChangeSeverity::Info, |
366 | 366 | summary: "`rust.channel` now supports \"auto-detect\" to load the channel from `src/ci/channel`", |
367 | 367 | }, |
368 | +ChangeInfo { | |
369 | +change_id: 137147, | |
370 | +severity: ChangeSeverity::Info, | |
371 | +summary: "New option `build.exclude` that adds support for excluding test.", | |
372 | +}, | |
368 | 373 | ]; |