Skip to content

Commit 4e8181c

Browse files
committed
Auto merge of #58269 - taeguk:add-some-sources-to-rust-src-distribution, r=Mark-Simulacrum
Add librustc and libsyntax to rust-src distribution. Fixes #58268.
2 parents f22dca0 + cbe3344 commit 4e8181c

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)