about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-09-05 10:53:46 +0200
committerGitHub <noreply@github.com>2023-09-05 10:53:46 +0200
commit86d32ef92ef8bdfbb73dbf34a02ac7128b7ee0df (patch)
tree368610d8bed680b0b1aa017dd8aa3f15cefcd30c
parent8cfaf70c320297dd1831a12351fcfeab7a231328 (diff)
downloadrust-86d32ef92ef8bdfbb73dbf34a02ac7128b7ee0df.tar.gz
rust-86d32ef92ef8bdfbb73dbf34a02ac7128b7ee0df.zip
issue has since been fixed
-rw-r--r--config.example.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml
index 5c4bee87553..95f0c95bc5c 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -455,8 +455,6 @@ 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.
-# See https://github.com/rust-lang/rust/issues/83600.
 #codegen-units-std = codegen-units
 
 # Whether or not debug assertions are enabled for the compiler and standard library.