Skip to content

Commit 7244af6

Browse files
committed
Add rustc_abi and rustc_parse_format to rustc-crates-on-stable test
1 parent 3e33bda commit 7244af6

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ fn main() {
3131
"rustc_pattern_analysis",
3232
"-p",
3333
"rustc_lexer",
34+
"-p",
35+
"rustc_abi",
36+
"-p",
37+
"rustc_parse_format",
3438
])
3539
.run();
3640
}

0 commit comments

Comments
 (0)