Skip to content
Prev Previous commit
Next Next commit
replace config.toml to bootstrap.toml in src:doc:unstable-book
  • Loading branch information
Shourya742 committed Mar 17, 2025
commit 8dbf78aa5dbaed0d9201a8a273662b10f66d096c
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ $Env:RUSTFLAGS = "-Z control-flow-guard"
cargo +nightly build -Z build-std --target x86_64-pc-windows-msvc
```

Alternatively, if you are building the standard library from source, you can set `control-flow-guard = true` in the config.toml file.
Alternatively, if you are building the standard library from source, you can set `control-flow-guard = true` in the bootstrap.toml file.