Skip to content

Commit

Permalink
Auto merge of #58269 - taeguk:add-some-sources-to-rust-src-distributi…
Browse files Browse the repository at this point in the history
…on, r=Mark-Simulacrum

Add librustc and libsyntax to rust-src distribution.

Fixes #58268.
  • Loading branch information
bors committed Mar 5, 2019
2 parents f22dca0 + cbe3344 commit 4e8181c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4e8181c

Please sign in to comment.