]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Use `HirId` in value of `ResolverOutputs::trait_map` instead of `NodeId`
[rust.git] / config.toml.example
index e32beb1c611928de457b4aab7ea6670d4a95a9de..ffe907c9da97c97e7b046346de54c1c26ac70f40 100644 (file)
 # library.
 #debug-assertions = false
 
+# Whether or not debug assertions are enabled for the standard library.
+# Overrides the `debug-assertions` option, if defined.
+#debug-assertions-std = false
+
 # Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
 # `0` - no debug info
 # `1` - line tables only
 # sysroot.
 #llvm-tools = false
 
-# Indicates whether LLDB will be made available in the sysroot.
-# This is only built if LLVM is also being built.
-#lldb = false
-
 # Whether to deny warnings in crates
 #deny-warnings = true