mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
433da1fc04
They pass fine.
7 lines
188 B
Makefile
7 lines
188 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
cp non-utf8 $(TMPDIR)/non-utf.rs
|
|
cat $(TMPDIR)/non-utf.rs | $(RUSTC) - 2>&1 \
|
|
| $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"
|