]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrum
[rust.git] / config.toml.example
index 2620fec512541073eb9b0169f9ce05b7e21e5297..f75e220de47e7c1c043afe6dcef3f7b8972ac4ff 100644 (file)
 # generally only set for releases
 #remap-debuginfo = false
 
+# Link the compiler against `jemalloc`, where on Linux and OSX it should
+# override the default allocator for rustc and LLVM.
+#jemalloc = false
+
+# Run tests in various test suites with the "nll compare mode" in addition to
+# running the tests in normal mode. Largely only used on CI and during local
+# development of NLL
+#test-compare-mode = false
+
 # =============================================================================
 # Options for specific targets
 #