Skip to content

Commit 4bbf8df

Browse files
authored
cg_gcc.md: add missing quote
1 parent e4187db commit 4bbf8df

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)