We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95ef95 commit b723bc1Copy full SHA for b723bc1
config.toml.example
@@ -330,8 +330,8 @@
330
# This is an array of the codegen backends that will be compiled for the rustc
331
# that's being compiled. The default is to only build the LLVM codegen backend,
332
# but you can also optionally enable the "emscripten" backend for asm.js or
333
-# make this an empty array (that will disable LLVM, but bootstrap will fail at
334
-# the time the final rustc binary is built for stage 1)
+# make this an empty array (which will disable LLVM, but that probably won't
+# get too far in the bootstrap
335
#codegen-backends = ["llvm"]
336
337
# This is the name of the directory in which codegen backends will get installed
0 commit comments