We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example
/// A potentially captured element. pat_elem ::= pat:pattern elem:elem;
Should result with the following somewhere down the road
#[doc = "A potentially captured element."] struct PatElem { pat: Pattern, elem: Elem, }
grammar! { #![inline(level = 2)] ... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
doc comments on rules in grammar
Example
Should result with the following somewhere down the road
inline attrs
Example
The text was updated successfully, but these errors were encountered: