Merge pull request #2601 from rust-lang/tshepang-patch-2
cg_gcc.md: add missing quote
This commit is contained in:
commit
d0417dd45f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue