mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Validate string literals
This commit is contained in:
parent
5a9150df9b
commit
3b4c02c19e
9 changed files with 621 additions and 274 deletions
|
@ -411,6 +411,7 @@ Grammar(
|
|||
"PrefixExpr": (),
|
||||
"RangeExpr": (),
|
||||
"BinExpr": (),
|
||||
"String": (),
|
||||
"Char": (),
|
||||
"Literal": (),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue