From cb1cb7ea276de904aa9d38877abc8af8d568a0af Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 5 Feb 2024 11:10:37 +1100 Subject: [PATCH] Fix a test failure. --- src/build-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build-configuration.md b/src/build-configuration.md index 41b40e7..63555d7 100644 --- a/src/build-configuration.md +++ b/src/build-configuration.md @@ -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 ```