about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-09-18 03:42:35 +0200
committerGitHub <noreply@github.com>2023-09-18 03:42:35 +0200
commita716c9620f0e2f2ce7ecd66f5328cd9a59ff9208 (patch)
treee66ac39b2bd564c4eae44eb14cf9823036664c9b
parent86d32ef92ef8bdfbb73dbf34a02ac7128b7ee0df (diff)
downloadrust-a716c9620f0e2f2ce7ecd66f5328cd9a59ff9208.tar.gz
rust-a716c9620f0e2f2ce7ecd66f5328cd9a59ff9208.zip
address review comment
See https://github.com/rust-lang/rust/pull/115558#issuecomment-1722601187
-rw-r--r--config.example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 95f0c95bc5c..8732b669317 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -455,6 +455,7 @@ changelog-seen = 2
 
 # 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.
+# NOTE: building with anything other than 1 is known to occasionally have bugs.
 #codegen-units-std = codegen-units
 
 # Whether or not debug assertions are enabled for the compiler and standard library.