]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
rustdoc: remove def_ctor hack.
[rust.git] / config.toml.example
index 8c1049f42c535bae2b1aad811d1b5db7fe41a189..8b2153cd2e63caa15d3d49c56081f4f755c27683 100644 (file)
 # development of NLL
 #test-compare-mode = false
 
+# Use LLVM libunwind as the implementation for Rust's unwinder.
+#llvm-libunwind = false
+
 # =============================================================================
 # Options for specific targets
 #
 # 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 = "..."