Skip to content

Commit 37095b8

Browse files
authored
Rollup merge of rust-lang#107239 - tmiasko:tests, r=Mark-Simulacrum
Bring tests back into rustc source tarball They were missing after recent move from src/test to tests. cc `@albertlarsan68` Fixes rust-lang#107081
2 parents f30a60b + 7f5ce94 commit 37095b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ impl Step for PlainSourceTarball {
962962
"Cargo.toml",
963963
"Cargo.lock",
964964
];
965-
let src_dirs = ["src", "compiler", "library"];
965+
let src_dirs = ["src", "compiler", "library", "tests"];
966966

967967
copy_src_dirs(builder, &builder.src, &src_dirs, &[], &plain_dst_src);
968968

0 commit comments

Comments
 (0)