]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/argument-suggestions/issue-97484.stderr
Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errors
[rust.git] / src / test / ui / argument-suggestions / issue-97484.stderr
index 9589e919c0a1f15f0ad9359949eb8f75f92d35bd..b5dedf0f4fa05494a8b9dea6823f83639cda07ef 100644 (file)
@@ -2,8 +2,9 @@ error[E0061]: this function takes 4 arguments but 7 arguments were supplied
   --> $DIR/issue-97484.rs:12:5
    |
 LL |     foo(&&A, B, C, D, E, F, G);
-   |     ^^^      -  -        - argument of type `F` unexpected
-   |              |  |
+   |     ^^^      -  -     -  - argument of type `F` unexpected
+   |              |  |     |
+   |              |  |     expected `&E`, found struct `E`
    |              |  argument of type `C` unexpected
    |              argument of type `B` unexpected
    |