Skip to content

Commit d1ec75d

Browse files
committed
Update UI test
1 parent a3b5ca7 commit d1ec75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/suggestions/suggest-assoc-fn-call-with-turbofish.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LL | x.default_hello();
88
| --^^^^^^^^^^^^^
99
| | |
1010
| | this is an associated function, not a method
11-
| help: use associated function syntax instead: `GenericAssocMethod::<i32>::default_hello`
11+
| help: use associated function syntax instead: `GenericAssocMethod::default_hello`
1212
|
1313
= note: found the following associated functions; to be used as methods, functions must have a `self` parameter
1414
note: the candidate is defined in an impl for the type `GenericAssocMethod<T>`

0 commit comments

Comments
 (0)