Skip to content

Commit 9c5837e

Browse files
committed
Rollup merge of #28805 - wthrowe:compile-stdin, r=alexcrichton
2 parents f368a18 + 8a4bfbb commit 9c5837e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-include ../tools.mk
2+
3+
all:
4+
echo 'fn main(){}' | $(RUSTC) -
5+
$(call RUN,rust_out)

0 commit comments

Comments
 (0)