]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
refcell_replace_swap: remove feature gate & obsolete documentation item
[rust.git] / config.toml.example
index 9afbd937c422c187ce58113dd664b1748729708c..5e0a2fbf0d373ed7fbb4bf42bd69f51dfb2a844b 100644 (file)
 # =============================================================================
 [llvm]
 
-# Indicates whether rustc will support compilation with LLVM
-# note: rustc does not compile without LLVM at the moment
-#enabled = true
-
 # Indicates whether the LLVM build is a Release or Debug build
 #optimize = true
 
 # linked binaries
 #musl-root = "..."
 
+# The root location of the `wasm32-unknown-wasi` sysroot.
+#wasi-root = "..."
+
 # Used in testing for configuring where the QEMU images are located, you
 # probably don't want to use this.
 #qemu-rootfs = "..."