We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db2c70b + 33cd9a2 commit bf1ad22Copy full SHA for bf1ad22
src/test/run-make-fulldeps/hotplug_codegen_backend/Makefile
@@ -1,5 +1,7 @@
1
include ../tools.mk
2
3
+# ignore-stage1
4
+
5
all:
6
/bin/echo || exit 0 # This test requires /bin/echo to exist
7
$(RUSTC) the_backend.rs --crate-name the_backend --crate-type dylib \
0 commit comments