We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f7b1d commit 8a4bfbbCopy full SHA for 8a4bfbb
src/test/run-make/compile-stdin/Makefile
@@ -0,0 +1,5 @@
1
+-include ../tools.mk
2
+
3
+all:
4
+ echo 'fn main(){}' | $(RUSTC) -
5
+ $(call RUN,rust_out)
0 commit comments