Update UI test

This commit is contained in:
clubby789 2022-09-19 01:54:11 +01:00
parent a3b5ca7b6d
commit d1ec75da7c

View File

@ -8,7 +8,7 @@ LL | x.default_hello();
| --^^^^^^^^^^^^^
| | |
| | this is an associated function, not a method
| help: use associated function syntax instead: `GenericAssocMethod::<i32>::default_hello`
| help: use associated function syntax instead: `GenericAssocMethod::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<T>`