replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-make

This commit is contained in:
bit-aloo 2025-02-15 20:17:03 +05:30
parent 3723f15c77
commit 99aa4ed85f
No known key found for this signature in database
GPG key ID: 02911B24FDAE81DA
8 changed files with 281 additions and 281 deletions

View file

@ -4,7 +4,7 @@ fn run_rustc() -> Rustc {
let mut rustc = rustc();
rustc
.arg("main.rs")
// NOTE: `link-self-contained` can vary depending on config.toml.
// NOTE: `link-self-contained` can vary depending on bootstrap.toml.
// Make sure we use a consistent value.
.arg("-Clink-self-contained=-linker")
.arg("-Zunstable-options")