X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=e832570ed982e5f858924128358dab9bcf08140c;hb=9e346646e93cc243567e27bb0f4e8716d56ad1f1;hp=d6a5c5a3b92a495ad6a8ebf9422077b25da2ef7b;hpb=2f7e3d55c96ef44463bb62f98ba25538fc2fffff;p=rust.git diff --git a/config.toml.example b/config.toml.example index d6a5c5a3b92..e832570ed98 100644 --- a/config.toml.example +++ b/config.toml.example @@ -376,9 +376,7 @@ # 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