Skip to content

Commit cbf52b1

Browse files
committed
remove non-sysroot sources from rust-src component
1 parent e86c9e6 commit cbf52b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/dist.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1002,8 +1002,6 @@ impl Step for Src {
10021002
"src/tools/rustc-std-workspace-core",
10031003
"src/tools/rustc-std-workspace-alloc",
10041004
"src/tools/rustc-std-workspace-std",
1005-
"src/librustc",
1006-
"src/librustc_ast",
10071005
];
10081006

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

0 commit comments

Comments
 (0)