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-2
Original file line number
Diff line number
Diff line change
@@ -2282,7 +2282,7 @@ Compatibility Notes
2282
2282
- [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/)
2283
2283
- [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/)
2284
2284
- [The Rust distribution no longer always includes rustdoc](https://github.com/rust-lang/rust/pull/106886)
2285
-
If `tools = [...]` is set in config.toml, we will respect a missing rustdoc in that list. By
2285
+
If `tools = [...]` is set in bootstrap.toml, we will respect a missing rustdoc in that list. By
2286
2286
default rustdoc remains included. To retain the prior behavior explicitly add `"rustdoc"` to the
2287
2287
list.
2288
2288
@@ -5268,7 +5268,7 @@ related tools.
5268
5268
5269
5269
- [Building `rustc` from source now uses `ninja` by default over `make`.][74922]
5270
5270
You can continue building with `make` by setting `ninja=false` in
5271
-
your `config.toml`.
5271
+
your `bootstrap.toml`.
5272
5272
- [cg_llvm: `fewer_names` in `uncached_llvm_type`][76030]
msg.push_str("WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations.\n");
195
+
msg.push_str("WARNING: The `change-id` is missing in the `bootstrap.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations.\n");
196
196
msg.push_str("NOTE: to silence this warning, ");
197
-
msg.push_str(&format!("add `change-id = {latest_change_id}` at the top of `config.toml`"));
197
+
msg.push_str(&format!(
198
+
"add `change-id = {latest_change_id}` at the top of `bootstrap.toml`"
0 commit comments