Auto merge of #60306 - RalfJung:xargo, r=alexcrichton
include rustc-std-workspace-alloc in rust-src This is needed to fix https://github.com/japaric/xargo/issues/240
This commit is contained in:
commit
ab9c016395
@ -906,6 +906,7 @@ impl Step for Src {
|
||||
"src/stdsimd",
|
||||
"src/libproc_macro",
|
||||
"src/tools/rustc-std-workspace-core",
|
||||
"src/tools/rustc-std-workspace-alloc",
|
||||
"src/librustc",
|
||||
"src/libsyntax",
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user