]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
save-analysis: emit correct docs for methods
[rust.git] / config.toml.example
index 68bc7dfe720fe11f20313c299b4dc4bc44318b5d..34fcc755b3a49509d6f893e34df1b1988d94581c 100644 (file)
 # standard library.
 #debuginfo-only-std = false
 
+# Enable debuginfo for the extended tools: cargo, rls, rustfmt
+# Adding debuginfo makes them several times larger.
+#debuginfo-tools = false
+
 # Whether or not jemalloc is built and enabled
 #use-jemalloc = true
 
 # Whether to deny warnings in crates
 #deny-warnings = true
 
+# Print backtrace on internal compiler errors during bootstrap
+#backtrace-on-ice = false
+
 # =============================================================================
 # Options for specific targets
 #