We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a33d6 commit a43d7ebCopy full SHA for a43d7eb
src/test/run-make/stdin-non-utf8/Makefile
@@ -1,5 +1,6 @@
1
-include ../tools.mk
2
3
all:
4
- echo -e '\xD2' | $(RUSTC) - 2>&1 \
+ 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"
src/test/run-make/stdin-non-utf8/non-utf8
@@ -0,0 +1 @@
+�
0 commit comments