We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
print-calling-conventions
rmake
1 parent 08cdc2f commit eeda548Copy full SHA for eeda548
src/tools/tidy/src/allowed_run_make_makefiles.txt
@@ -89,7 +89,6 @@ run-make/pgo-gen-lto/Makefile
89
run-make/pgo-gen-no-imp-symbols/Makefile
90
run-make/pgo-indirect-call-promotion/Makefile
91
run-make/pointer-auth-link-with-c/Makefile
92
-run-make/print-calling-conventions/Makefile
93
run-make/print-target-list/Makefile
94
run-make/raw-dylib-alt-calling-convention/Makefile
95
run-make/raw-dylib-c/Makefile
tests/run-make/print-calling-conventions/Makefile
tests/run-make/print-calling-conventions/rmake.rs
@@ -0,0 +1,5 @@
1
+use run_make_support::rustc;
2
+
3
+fn main() {
4
+ rustc().print("calling-conventions").run();
5
+}
0 commit comments