mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Add character literal parsing and validation
This commit is contained in:
parent
19c6cbd954
commit
9b5bbab104
6 changed files with 397 additions and 2 deletions
|
@ -406,6 +406,7 @@ Grammar(
|
|||
"PrefixExpr": (),
|
||||
"RangeExpr": (),
|
||||
"BinExpr": (),
|
||||
"Char": (),
|
||||
"Literal": (),
|
||||
|
||||
"Expr": (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue