rust-peg icon indicating copy to clipboard operation
rust-peg copied to clipboard

Raw identify resolv failed

Open A4-Tacks opened this issue 1 year ago • 0 comments

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 avatar Jun 15 '24 02:06 A4-Tacks