Skip to content

Visitor trait visit_arg is never called #133

Open
@jvllmr

Description

@jvllmr

When using the Visitor trait I realized that the default values of arguments are never visited. This is because the visit_arg function is never actuall called:

fn visit_arg(&mut self, node: Arg<R>) {

I also could not see an implementation for visiting the default value of an arg.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions