You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When using the
Visitor
trait I realized that the default values of arguments are never visited. This is because thevisit_arg
function is never actuall called:Parser/ast/src/gen/visitor.rs
Line 737 in 4588ea5
I also could not see an implementation for visiting the default value of an arg.
The text was updated successfully, but these errors were encountered: