Skip to content

Commit cd11624

Browse files
committed
Add rustc_hashes to rustc-crates-on-stable test
1 parent 7b99665 commit cd11624

File tree

1 file changed

+2
-0
lines changed
  • tests/run-make/rustc-crates-on-stable

1 file changed

+2
-0
lines changed

tests/run-make/rustc-crates-on-stable/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ fn main() {
3535
"rustc_abi",
3636
"-p",
3737
"rustc_parse_format",
38+
"-p",
39+
"rustc_hashes",
3840
])
3941
.run();
4042
}

0 commit comments

Comments
 (0)