Skip to content

Commit cbe3344

Browse files
committed
Add librustc, libsyntax to rust-src distribution.
1 parent ad43389 commit cbe3344

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)