6 lines
145 B
Makefile
Raw Normal View History

-include ../tools.mk
all:
2018-01-31 10:23:15 +00:00
echo -e '\xD2' | $(RUSTC) - 2>&1 \
| $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"