Skip to content

Commit

Permalink
Add rustc_abi and rustc_parse_format to rustc-crates-on-stable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Oct 21, 2024
1 parent 3e33bda commit 7244af6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/run-make/rustc-crates-on-stable/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ fn main() {
"rustc_pattern_analysis",
"-p",
"rustc_lexer",
"-p",
"rustc_abi",
"-p",
"rustc_parse_format",
])
.run();
}

0 comments on commit 7244af6

Please sign in to comment.