1
Fork 0

replace config.toml to bootstrap.toml in src:doc:unstable-book

This commit is contained in:
bit-aloo 2025-02-15 19:55:44 +05:30
parent 85e9da8e60
commit 8dbf78aa5d
No known key found for this signature in database
GPG key ID: 02911B24FDAE81DA

View file

@ -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.