Skip to content

Commit efad0cb

Browse files
authored
Rollup merge of rust-lang#69631 - RalfJung:rust-src, r=Mark-Simulacrum
remove non-sysroot sources from rust-src component See rust-lang#69592 (comment): these were likely added in rust-lang#58269 for the sake of compiler plugins, but those are being entirely phased out, so there is no good reason to ship these sources. OTOH, @eddyb [wrote](rust-lang#58269 (comment)) > Yeah, my question is why librustc_plugin specifically? Everything else makes sense. So maybe there is some good reason to keep these? Then we should have a comment explaining that reason. Cc @eddyb @taeguk @Mark-Simulacrum
2 parents 1d5241c + cbf52b1 commit efad0cb

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)