]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/terr-in-field.stderr
Update ui tests
[rust.git] / src / test / ui / terr-in-field.stderr
index 5a9c0898aad184b24c50407d793f00467a6fa05a..91c3b3014a200a5c60a083f723ae3bfdb2b1b709 100644 (file)
@@ -1,7 +1,7 @@
 error[E0308]: mismatched types
   --> $DIR/terr-in-field.rs:13:14
    |
-LL |     want_foo(b); //~  ERROR mismatched types
+LL |     want_foo(b);
    |              ^ expected struct `Foo`, found struct `Bar`
    |
    = note: expected type `Foo`