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
Parsing supersets of Rust syntax (with new statement or expression or item kinds) is not a goal for syn's Rust syntax tree types, so I would prefer not to change the API in the suggested way. I would recommend coming up with a different library that would be better for this use case.
I want to write a macro that adds a special type of statement. Currently I need to re-implement the sym functionality.
It would make much easier if
AllowNoSemi
was exposed orBlock::parse_within
allowed custom function to be passed:The text was updated successfully, but these errors were encountered: