]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Update URLs used in the lint example
[rust.git] / config.toml.example
index 05bc989dc98c37af76ca438076ac309aa1886346..1edb390e0fef25e0334b6bf17cbe9f1ed7938a6b 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