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.
2 parents f368a18 + 8a4bfbb commit 9c5837eCopy full SHA for 9c5837e
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