]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/issue-72373.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / parser / issue-72373.stderr
index dfde8624814f8e154303dbefedf3ce963d031e21..0bb99a01e55a32b0df70e29c024de09af793b9c5 100644 (file)
@@ -7,7 +7,7 @@ LL |         [h, ref ts..] => foo(c, n - h) + foo(ts, n),
 help: if you meant to bind the contents of the rest of the array pattern into `ts`, use `@`
    |
 LL |         [h, ref ts @ ..] => foo(c, n - h) + foo(ts, n),
-   |                    ^
+   |                    +
 
 error: aborting due to previous error