We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e33bda commit 7244af6Copy full SHA for 7244af6
1 file changed
tests/run-make/rustc-crates-on-stable/rmake.rs
@@ -31,6 +31,10 @@ fn main() {
31
"rustc_pattern_analysis",
32
"-p",
33
"rustc_lexer",
34
+ "-p",
35
+ "rustc_abi",
36
37
+ "rustc_parse_format",
38
])
39
.run();
40
}
0 commit comments