Skip to content

Commit

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

Add librustc and libsyntax to rust-src distribution.

Fixes rust-lang#58268.
  • Loading branch information
pietroalbini authored Mar 8, 2019
2 parents 4797568 + cbe3344 commit bf7b502
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 bf7b502

Please sign in to comment.