summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-09-18 13:02:17 +0200
committerGitHub <noreply@github.com>2023-09-18 13:02:17 +0200
commit2e384325252592ee845b2fbf3437a77f00ef0d21 (patch)
tree07f639e74327a4c3b0871ea21ffbad45bd09978e /config.example.toml
parent078eb1120a3f576598b976d9470701363f48fccc (diff)
parenta716c9620f0e2f2ce7ecd66f5328cd9a59ff9208 (diff)
Rollup merge of #115558 - tshepang:patch-4, r=Mark-Simulacrum
issue has since been fixed
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index 2e0558c3f1b..f3c2366d674 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -458,7 +458,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.