]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/methods/method-ambig-two-traits-from-bounds.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / methods / method-ambig-two-traits-from-bounds.stderr
index 5cbed652b0a40a30555060e95a8f3754473f36f3..1feaa2c73e040efcb0bcffd4f112401227c9d314 100644 (file)
@@ -17,11 +17,11 @@ LL | trait B { fn foo(&self); }
 help: disambiguate the associated function for candidate #1
    |
 LL |     A::foo(t);
-   |     ^^^^^^^^^
+   |     ~~~~~~~~~
 help: disambiguate the associated function for candidate #2
    |
 LL |     B::foo(t);
-   |     ^^^^^^^^^
+   |     ~~~~~~~~~
 
 error: aborting due to previous error