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
@@ -2151,7 +2151,7 @@ Compatibility Notes
2151
2151
- [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/)
2152
2152
- [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/)
2153
2153
- [The Rust distribution no longer always includes rustdoc](https://github.com/rust-lang/rust/pull/106886)
2154
-
If `tools = [...]` is set in config.toml, we will respect a missing rustdoc in that list. By
2154
+
If `tools = [...]` is set in bootstrap.toml, we will respect a missing rustdoc in that list. By
2155
2155
default rustdoc remains included. To retain the prior behavior explicitly add `"rustdoc"` to the
2156
2156
list.
2157
2157
@@ -5137,7 +5137,7 @@ related tools.
5137
5137
5138
5138
- [Building `rustc` from source now uses `ninja` by default over `make`.][74922]
5139
5139
You can continue building with `make` by setting `ninja=false` in
5140
-
your `config.toml`.
5140
+
your `bootstrap.toml`.
5141
5141
- [cg_llvm: `fewer_names` in `uncached_llvm_type`][76030]
0 commit comments