Auto merge of #28820 - steveklabnik:rollup, r=steveklabnik

- Successful merges: #28736, #28805, #28812, #28814, #28819
- Failed merges:
This commit is contained in:
bors 2015-10-03 02:23:03 +00:00
commit 16331f1a42
6 changed files with 264 additions and 35 deletions

View file

@ -0,0 +1,5 @@
-include ../tools.mk
all:
echo 'fn main(){}' | $(RUSTC) -
$(call RUN,rust_out)