Suggest calling method on nested field when struct is missing method Similar to the suggestion to change `x.field` to `x.nested.field`, implement a similar suggestion for when `x.method()` should be replaced with `x.nested.method()`.
consider adding an explicit lifetime bound
#
EventArgRecorder
SpannedEventArgRecorder