]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/stdin-non-utf8/Makefile
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / run-make-fulldeps / stdin-non-utf8 / Makefile
1 include ../tools.mk
2
3 all:
4 cp non-utf8 $(TMPDIR)/non-utf.rs
5 cat $(TMPDIR)/non-utf.rs | $(RUSTC) - 2>&1 \
6 | $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"