]> 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 5447434143cfb0c521a6752ac4f50a87a786e7d5..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