Skip to content
New issue

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

Raw identify resolv failed #378

Closed
A4-Tacks opened this issue Jun 15, 2024 · 0 comments · Fixed by #379
Closed

Raw identify resolv failed #378

A4-Tacks opened this issue Jun 15, 2024 · 0 comments · Fixed by #379

Comments

@A4-Tacks
Copy link
Contributor

peg::parser!(grammar parser() for str {
    pub rule r#break() =
});
error: proc macro panicked
 --> src/parser.rs:1:1
  |
1 | / peg::parser!(grammar parser() for str {
2 | |     pub rule r#break() =
3 | | });
  | |__^
  |
  = help: message: `"__parse_r#break"` is not a valid identifier
A4-Tacks added a commit to A4-Tacks/rust-peg that referenced this issue Jul 8, 2024
kevinmehall added a commit that referenced this issue Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant