Skip to content

Commit e20cad8

Browse files
committed
Auto merge of #93719 - scottmcm:core-as-2021-everywhere, r=Mark-Simulacrum
Build libcore as 2021 in a few more places The `Cargo.toml` has `edition = "2021"` (as of #92068), so that's what these command lines should use too.
2 parents 2dc6fa5 + 49ca129 commit e20cad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ repository = "https://github.com/rust-lang/rust.git"
66
description = "The Rust Core Library"
77
autotests = false
88
autobenches = false
9+
# If you update this, be sure to update it in a bunch of other places too!
10+
# As of 2022, it was the ci/pgo.sh script and the core-no-fp-fmt-parse test.
911
edition = "2021"
1012

1113
[lib]

0 commit comments

Comments
 (0)