Skip to content

Commit ba0e7a2

Browse files
committed
replace config.toml to bootstrap.toml in src:doc:unstable-book
1 parent 0473a9f commit ba0e7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/control-flow-guard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ $Env:RUSTFLAGS = "-Z control-flow-guard"
5656
cargo +nightly build -Z build-std --target x86_64-pc-windows-msvc
5757
```
5858

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

0 commit comments

Comments
 (0)