]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Rollup merge of #65691 - GuillaumeGomez:2018-edition-E0659, r=Dylan-DPC
[rust.git] / config.toml.example
index 2e3b714f9228ab76bfdc3811fc71ecb596bd673f..be977024426097f689f56e5869194d95b334ceb1 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)
-# FIXME: remove the obsolete emscripten backend option.
+# 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