Skip to content

Commit 8812603

Browse files
author
Jon Gjengset
authored
Omit stdarch workspace from rust-src
The path `library/stdarch/crates/Cargo.toml` does not exist. This was introduced in #94907.
1 parent b5caa5a commit 8812603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ impl Step for Src {
814814
"library/backtrace/crates",
815815
// these are 30MB combined and aren't necessary for building
816816
// the standard library.
817-
"library/stdarch/crates/Cargo.toml",
817+
"library/stdarch/Cargo.toml",
818818
"library/stdarch/crates/stdarch-verify",
819819
"library/stdarch/crates/intrinsic-test",
820820
],

0 commit comments

Comments
 (0)