Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upjrust::java_inner fails to parse #5
Comments
This comment has been minimized.
This comment has been minimized.
|
Minimal example: macro_rules! a {
($self:ident) => { ... };
}We fail to parse |
This comment has been minimized.
This comment has been minimized.
|
@dtolnay what's your oppinion of leaving |
This comment has been minimized.
This comment has been minimized.
|
I think you will have a harder time with libsyntax. The API is not designed to be used outside of the compiler. In any case, this should be a one-line fix -- there is a |
added a commit
that referenced
this issue
Aug 16, 2018
This comment has been minimized.
This comment has been minimized.
|
Fixed in 2a45b0c |
lukaslueg
closed this
Aug 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lukaslueg commentedAug 12, 2018
This macro should parse, but doesn't: