diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-03-08 09:41:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-08 09:41:40 +0100 |
| commit | bf7b50254ee7b9fb61c000420084d7929adba66d (patch) | |
| tree | 3f5edd4d9e94409db62d15fc409ac3ad75529ae6 | |
| parent | 479756802aadcb0b3cad87291c306d9423751617 (diff) | |
| parent | cbe33441e08825201e583ce081da0eb4f24ee986 (diff) | |
| download | rust-bf7b50254ee7b9fb61c000420084d7929adba66d.tar.gz rust-bf7b50254ee7b9fb61c000420084d7929adba66d.zip | |
Rollup merge of #58269 - taeguk:add-some-sources-to-rust-src-distribution, r=Mark-Simulacrum
Add librustc and libsyntax to rust-src distribution. Fixes #58268.
| -rw-r--r-- | src/bootstrap/dist.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 2dae3f9135d..2c40dd6d296 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -904,6 +904,8 @@ impl Step for Src { "src/stdsimd", "src/libproc_macro", "src/tools/rustc-std-workspace-core", + "src/librustc", + "src/libsyntax", ]; copy_src_dirs(builder, &std_src_dirs[..], &[], &dst_src); |
