]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
borrowck=migrate mode needs to check parent(s) when its given a closure.
[rust.git] / config.toml.example
index e8cb0cba6b1f9808c275f1dd5894fea0fd1792a1..093b8f9e526eca8778e43293a3614e0bc70f1fae 100644 (file)
 # compiler.
 #codegen-units = 1
 
+# Sets the number of codegen units to build the standard library with,
+# regardless of what the codegen-unit setting for the rest of the compiler is.
+#codegen-units-std = 1
+
 # Whether or not debug assertions are enabled for the compiler and standard
 # library. Also enables compilation of debug! and trace! logging macros.
 #debug-assertions = false