We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
grep -z
tr -d '\r\n' | grep
1 parent 8205c34 commit 21bb60aCopy full SHA for 21bb60a
src/test/run-make/type-mismatch-same-crate-name/Makefile
@@ -8,7 +8,7 @@ all:
8
$(RUSTC) --crate-type=rlib crateB.rs --extern crateA=$(TMPDIR)/libcrateA-1.rlib
9
# make crateC depend on version 2 of crateA
10
$(RUSTC) crateC.rs --extern crateA=$(TMPDIR)/libcrateA-2.rlib 2>&1 | \
11
- grep -z \
+ tr -d '\r\n' | grep \
12
"mismatched types.*\
13
crateB::try_foo(foo2);.*\
14
expected struct \`crateA::foo::Foo\`, found struct \`crateA::Foo\`.*\
0 commit comments