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
In the process, I unpleasantly discovered a new bug #19 that is the result of the changing macro
landscape. That aside, 'ast.rs' now diffs just fine, and 'parser.rs' is on it's way.
Updated AST as per <rust-lang/rust#39419>,
thereby closing #19.
Since those changes involved removing MathcNt and SubstNt, I've
removed the unsafe parts of Quote that relied on that. Quote is now a
safe module (where '$x' and '$x:ty' don't work), enabled by default.
Difference tests now work on 'ast.rs' as well as 'parser.rs'. Additional
work was done on cleaning up tests around macros and tokens. Closes#16.
See this PR . This changes token trees a fair bit.
The text was updated successfully, but these errors were encountered: