diff options
| author | bit-aloo <sshourya17@gmail.com> | 2025-02-15 19:55:44 +0530 |
|---|---|---|
| committer | bit-aloo <sshourya17@gmail.com> | 2025-03-17 12:56:48 +0530 |
| commit | 8dbf78aa5dbaed0d9201a8a273662b10f66d096c (patch) | |
| tree | a0f9593187dd2b9ddc6d59037d0327abd664786e | |
| parent | 85e9da8e60d7d46b6a12486cbe105bd914e29128 (diff) | |
| download | rust-8dbf78aa5dbaed0d9201a8a273662b10f66d096c.tar.gz rust-8dbf78aa5dbaed0d9201a8a273662b10f66d096c.zip | |
replace config.toml to bootstrap.toml in src:doc:unstable-book
| -rw-r--r-- | src/doc/unstable-book/src/compiler-flags/control-flow-guard.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/control-flow-guard.md b/src/doc/unstable-book/src/compiler-flags/control-flow-guard.md index dbb741422a8..e7414aa9119 100644 --- a/src/doc/unstable-book/src/compiler-flags/control-flow-guard.md +++ b/src/doc/unstable-book/src/compiler-flags/control-flow-guard.md @@ -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. |
