]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/associated-types/associated-types-eq-3.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / associated-types / associated-types-eq-3.stderr
index d4e6bed82321b92ad1f5c9f92b2fe51f6b354aab..a8608abb4d9924706437c343e8ec1efde80795fe 100644 (file)
@@ -15,7 +15,7 @@ error[E0271]: type mismatch resolving `<isize as Foo>::A == Bar`
   --> $DIR/associated-types-eq-3.rs:38:5
    |
 LL | fn foo1<I: Foo<A=Bar>>(x: I) {
-   |    ----        ----- required by this bound in `foo1`
+   |                ----- required by this bound in `foo1`
 ...
 LL |     foo1(a);
    |     ^^^^ expected struct `Bar`, found `usize`