Add librustc, libsyntax to rust-src distribution.

This commit is contained in:
Taeguk Kwon 2019-02-07 23:06:41 +09:00
parent ad433894ab
commit cbe33441e0

View file

@ -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);