]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/confuse-field-and-method/issue-32128.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / confuse-field-and-method / issue-32128.stderr
index a8d97bdfe2fb564ee95296e3f9aa9e2336f694ef..50c6fe1e83308487fe9290cff38c7b119af4ff8e 100644 (file)
@@ -10,7 +10,7 @@ LL |     demo.example(1);
 help: to call the function stored in `example`, surround the field access with parentheses
    |
 LL |     (demo.example)(1);
-   |     ^            ^
+   |     +            +
 
 error: aborting due to previous error