Skip to content

Commit bf7b502

Browse files
authored
Rollup merge of rust-lang#58269 - taeguk:add-some-sources-to-rust-src-distribution, r=Mark-Simulacrum
Add librustc and libsyntax to rust-src distribution. Fixes rust-lang#58268.
2 parents 4797568 + cbe3344 commit bf7b502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/dist.rs

+2
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,8 @@ impl Step for Src {
904904
"src/stdsimd",
905905
"src/libproc_macro",
906906
"src/tools/rustc-std-workspace-core",
907+
"src/librustc",
908+
"src/libsyntax",
907909
];
908910

909911
copy_src_dirs(builder, &std_src_dirs[..], &[], &dst_src);

0 commit comments

Comments
 (0)