Add rustc_abi and rustc_parse_format to rustc-crates-on-stable test

This commit is contained in:
Lukas Wirth 2024-10-21 14:57:14 +02:00
parent 3e33bda032
commit 7244af6ca3

View File

@ -31,6 +31,10 @@ fn main() {
"rustc_pattern_analysis",
"-p",
"rustc_lexer",
"-p",
"rustc_abi",
"-p",
"rustc_parse_format",
])
.run();
}