mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
Add echo escape flag
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-include ../tools.mk
|
||||
|
||||
all:
|
||||
echo '\xD2' | $(RUSTC) - 2>&1 \
|
||||
echo -e '\xD2' | $(RUSTC) - 2>&1 \
|
||||
| $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"
|
||||
|
||||
Reference in New Issue
Block a user