Auto merge of #28820 - steveklabnik:rollup, r=steveklabnik
- Successful merges: #28736, #28805, #28812, #28814, #28819 - Failed merges:
This commit is contained in:
commit
16331f1a42
6 changed files with 264 additions and 35 deletions
5
src/test/run-make/compile-stdin/Makefile
Normal file
5
src/test/run-make/compile-stdin/Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-include ../tools.mk
|
||||
|
||||
all:
|
||||
echo 'fn main(){}' | $(RUSTC) -
|
||||
$(call RUN,rust_out)
|
||||
Loading…
Add table
Add a link
Reference in a new issue