]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/tuple/wrong_argument_ice-3.stderr
Rollup merge of #98583 - joshtriplett:stabilize-windows-symlink-types, r=thomcc
[rust.git] / src / test / ui / tuple / wrong_argument_ice-3.stderr
index 667b15776efd300bdc5b3c610a65505b9bf7b2aa..2733fb3149b55d1f8fcf87d9ca62091987fb4c6f 100644 (file)
@@ -2,7 +2,7 @@ error[E0061]: this function takes 1 argument but 2 arguments were supplied
   --> $DIR/wrong_argument_ice-3.rs:9:16
    |
 LL |         groups.push(new_group, vec![process]);
-   |                ^^^^ ---------  ------------- argument unexpected
+   |                ^^^^ ---------  ------------- argument of type `Vec<&Process>` unexpected
    |                     |
    |                     expected tuple, found struct `Vec`
    |