]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum
[rust.git] / config.toml.example
index e7e37c679e545ed66309e0878c7b7c64d3b0d976..8027d7a118fb4b2fbf4179ba4cfc91978c13486e 100644 (file)
@@ -478,7 +478,7 @@ changelog-seen = 2
 
 # This is an array of the codegen backends that will be compiled for the rustc
 # that's being compiled. The default is to only build the LLVM codegen backend,
-# and currently the only standard option supported is `"llvm"`
+# and currently the only standard options supported are `"llvm"` and `"cranelift"`.
 #codegen-backends = ["llvm"]
 
 # Indicates whether LLD will be compiled and made available in the sysroot for