6 lines
142 B
Makefile
6 lines
142 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all:
|
||
|
echo '\xD2' | $(RUSTC) - 2>&1 \
|
||
|
| $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"
|