You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2278,7 +2278,7 @@ Compatibility Notes
2278
2278
- [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/)
2279
2279
- [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/)
2280
2280
- [The Rust distribution no longer always includes rustdoc](https://github.com/rust-lang/rust/pull/106886)
2281
-
If `tools = [...]` is set in config.toml, we will respect a missing rustdoc in that list. By
2281
+
If `tools = [...]` is set in bootstrap.toml, we will respect a missing rustdoc in that list. By
2282
2282
default rustdoc remains included. To retain the prior behavior explicitly add `"rustdoc"` to the
2283
2283
list.
2284
2284
@@ -5264,7 +5264,7 @@ related tools.
5264
5264
5265
5265
- [Building `rustc` from source now uses `ninja` by default over `make`.][74922]
5266
5266
You can continue building with `make` by setting `ninja=false` in
5267
-
your `config.toml`.
5267
+
your `bootstrap.toml`.
5268
5268
- [cg_llvm: `fewer_names` in `uncached_llvm_type`][76030]
0 commit comments