Skip to content

Commit

Permalink
Fix a test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Feb 5, 2024
1 parent 22815b8 commit cb1cb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ rustup component add rustc-codegen-cranelift-preview --toolchain nightly

To select Cranelift from the command line, use the
`-Zcodegen-backend=cranelift` flag. For example:
```
```bash
RUSTFLAGS="-Zcodegen-backend=cranelift" cargo +nightly build
```

Expand Down

0 comments on commit cb1cb7e

Please sign in to comment.