]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-make-fulldeps/type-mismatch-same-crate-name/Makefile
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / run-make-fulldeps / type-mismatch-same-crate-name / Makefile
index 9fd1377322b94cc59f40730a04ce5b62675ebdf8..802b3df460a79dc73b8c9682189abccdb0e71264 100644 (file)
@@ -11,9 +11,9 @@ all:
                tr -d '\r\n' | $(CGREP) -e \
        "mismatched types.*\
        crateB::try_foo\(foo2\);.*\
-       expected struct \`crateA::foo::Foo\`, found struct \`crateA::Foo\`.*\
+       expected struct \`crateA::foo::Foo\`, found struct \`Foo\`.*\
        different versions of crate \`crateA\`.*\
        mismatched types.*\
        crateB::try_bar\(bar2\);.*\
-       expected trait \`crateA::bar::Bar\`, found trait \`crateA::Bar\`.*\
+       expected trait \`crateA::bar::Bar\`, found trait \`Bar\`.*\
        different versions of crate \`crateA\`"