Skip to content

Commit 3ed78ed

Browse files
authored
Merge pull request #2601 from rust-lang/tshepang-patch-2
cg_gcc.md: add missing quote
2 parents e4187db + 4bbf8df commit 3ed78ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/codegen-backend-tests/cg_gcc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust.codegen-backends = ["llvm", "gcc"]
2020
```
2121

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

2525
```bash
2626
./x build --set 'rust.codegen-backends=["llvm", "gcc"]'

0 commit comments

Comments
 (0)