Merge pull request #2601 from rust-lang/tshepang-patch-2

cg_gcc.md: add missing quote
This commit is contained in:
Tshepang Mbambo 2025-10-03 15:16:22 +02:00 committed by GitHub
commit d0417dd45f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ rust.codegen-backends = ["llvm", "gcc"]
```
If you don't want to change your `bootstrap.toml` file, you can alternatively run your `x`
commands with `--set rust.codegen-backends=["llvm", "gcc"]'`. For example:
commands with `--set 'rust.codegen-backends=["llvm", "gcc"]'`. For example:
```bash
./x build --set 'rust.codegen-backends=["llvm", "gcc"]'