]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/suggestions/suggest-assoc-fn-call-with-turbofish.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / suggestions / suggest-assoc-fn-call-with-turbofish.stderr
index dfc1887d3af90d4796c4168507684f4d6d171bde..f1c0cd6b543e4e4e3d2232de3848eedeb2fc6265 100644 (file)
@@ -11,7 +11,7 @@ LL |     x.default_hello();
    |     help: use associated function syntax instead: `GenericAssocMethod::<i32>::default_hello`
    |
    = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
-note: the candidate is defined in an impl for the type `GenericAssocMethod<_>`
+note: the candidate is defined in an impl for the type `GenericAssocMethod<T>`
   --> $DIR/suggest-assoc-fn-call-with-turbofish.rs:4:5
    |
 LL |     fn default_hello() {}