From cbe33441e08825201e583ce081da0eb4f24ee986 Mon Sep 17 00:00:00 2001 From: Taeguk Kwon Date: Thu, 7 Feb 2019 23:06:41 +0900 Subject: [PATCH] Add librustc, libsyntax to rust-src distribution. --- src/bootstrap/dist.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index d9bf95d13ac17..c06d5b7c3d6a2 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);