Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 993482a

Browse files
tmiaskoMark-Simulacrum
authored andcommitted
Bring tests back into rustc source tarball
They were missing after recent move from src/test to tests.
1 parent e9abee7 commit 993482a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ impl Step for PlainSourceTarball {
952952
"Cargo.toml",
953953
"Cargo.lock",
954954
];
955-
let src_dirs = ["src", "compiler", "library"];
955+
let src_dirs = ["src", "compiler", "library", "tests"];
956956

957957
copy_src_dirs(builder, &builder.src, &src_dirs, &[], &plain_dst_src);
958958

0 commit comments

Comments
 (0)