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
decl_name doesn't parse annotations (but will after #20), but it is run on all decls. visit_top runs on the top decl only. We should refactor this so that parsed annotations are shared between the two.
The text was updated successfully, but these errors were encountered:
decl_name doesn't parse annotations (but will after #20), but it is run on all decls. visit_top runs on the top decl only. We should refactor this so that parsed annotations are shared between the two.
The text was updated successfully, but these errors were encountered: