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
parser re-exports parse::parse_from_source_str because the #ast macro uses it. With pub/priv, the #ast code could just call it directly and this extra declaration could be removed. I tried to fix the exports, but ran into problems.