Skip to content

Commit b7baa9f

Browse files
authored
Rollup merge of #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 #107081
2 parents 22e62a4 + 7f5ce94 commit b7baa9f

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)