We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run-make/sysroot-crates-are-unstable
1 parent 80eb5a8 commit 342b374Copy full SHA for 342b374
src/tools/tidy/src/allowed_run_make_makefiles.txt
@@ -21,6 +21,5 @@ run-make/reproducible-build/Makefile
21
run-make/rlib-format-packed-bundled-libs/Makefile
22
run-make/split-debuginfo/Makefile
23
run-make/symbol-mangling-hashed/Makefile
24
-run-make/sysroot-crates-are-unstable/Makefile
25
run-make/translation/Makefile
26
run-make/x86_64-fortanix-unknown-sgx-lvi/Makefile
tests/run-make/sysroot-crates-are-unstable/Makefile
tests/run-make/sysroot-crates-are-unstable/rmake.rs
@@ -0,0 +1,5 @@
1
+use run_make_support::python_command;
2
+
3
+fn main() {
4
+ python_command().arg("test.py").run();
5
+}
0 commit comments