Rollup merge of #115558 - tshepang:patch-4, r=Mark-Simulacrum

issue has since been fixed
This commit is contained in:
Matthias Krüger 2023-09-18 13:02:17 +02:00 committed by GitHub
commit 2e38432525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.