Skip to content

Commit ddf3932

Browse files
Rollup merge of rust-lang#110663 - Mark-Simulacrum:add-compat-note, r=cuviper
Add note about change in bootstrap defaults Not a huge fan of the proposed wording, open to changes in that. Per rust-lang#106886 (comment). cc `@jonhoo` r? `@cuviper` perhaps?
2 parents 05ad133 + 6ecdd03 commit ddf3932

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ Compatibility Notes
8888
- [When `default-features` is set to false of a workspace dependency, and an inherited dependency of a member has `default-features = true`, Cargo will enable default features of that dependency.](https://github.com/rust-lang/cargo/pull/11409/)
8989
- [Cargo denies `CARGO_HOME` in the `[env]` configuration table. Cargo itself doesn't pick up this value, but recursive calls to cargo would, which was not intended.](https://github.com/rust-lang/cargo/pull/11644/)
9090
- [Debuginfo for build dependencies is now off if not explicitly set. This is expected to improve the overall build time.](https://github.com/rust-lang/cargo/pull/11252/)
91-
91+
- [The Rust distribution no longer always includes rustdoc](https://github.com/rust-lang/rust/pull/106886)
92+
If `tools = [...]` is set in config.toml, we will respect a missing rustdoc in that list. By
93+
default rustdoc remains included. To retain the prior behavior explicitly add `"rustdoc"` to the
94+
list.
95+
9296
<a id="1.69.0-Internal-Changes"></a>
9397

9498
Internal Changes

0 commit comments

Comments
 (0)