Skip to content

Commit ab9c016

Browse files
committed
Auto merge of #60306 - RalfJung:xargo, r=alexcrichton
include rustc-std-workspace-alloc in rust-src This is needed to fix japaric/xargo#240
2 parents 597f432 + 3280b72 commit ab9c016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/dist.rs

+1
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ impl Step for Src {
906906
"src/stdsimd",
907907
"src/libproc_macro",
908908
"src/tools/rustc-std-workspace-core",
909+
"src/tools/rustc-std-workspace-alloc",
909910
"src/librustc",
910911
"src/libsyntax",
911912
];

0 commit comments

Comments
 (0)