]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Auto merge of #66225 - Centril:rollup-it0t5tk, r=Centril
[rust.git] / config.toml.example
index d6a5c5a3b92a495ad6a8ebf9422077b25da2ef7b..e832570ed982e5f858924128358dab9bcf08140c 100644 (file)
 
 # 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,
-# but you can also optionally enable the "emscripten" backend for asm.js or
-# make this an empty array (but that probably won't get too far in the
-# bootstrap)
+# and currently the only standard option supported is `"llvm"`
 #codegen-backends = ["llvm"]
 
 # This is the name of the directory in which codegen backends will get installed