]> 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 95bd0b4d6d81476e5ae3a62b6242cbb0f59ba581..91c3b3014a200a5c60a083f723ae3bfdb2b1b709 100644 (file)
@@ -1,7 +1,7 @@
 error[E0308]: mismatched types
-  --> $DIR/terr-in-field.rs:23:14
+  --> $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`