Update UI test
This commit is contained in:
parent
a3b5ca7b6d
commit
d1ec75da7c
@ -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>`
|
||||
|
Loading…
Reference in New Issue
Block a user