diff options
| author | Ralf Jung <post@ralfj.de> | 2019-04-26 16:19:53 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-04-26 16:19:53 +0200 |
| commit | 3280b72bf6ed01628621cceacf82abf305e9f409 (patch) | |
| tree | a85a73fbafadf36eacebf738ca6fd6afac27bc89 | |
| parent | 3ee936378662bd2e74be951d6a7011a95a6bd84d (diff) | |
| download | rust-3280b72bf6ed01628621cceacf82abf305e9f409.tar.gz rust-3280b72bf6ed01628621cceacf82abf305e9f409.zip | |
include rustc-std-workspace-alloc in rust-src
| -rw-r--r-- | src/bootstrap/dist.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 61a7705bd6c..57c06061c34 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -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", ]; |
