mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Validate byte string literals
This commit is contained in:
parent
c258b4fdb0
commit
30cd4d5acb
8 changed files with 305 additions and 24 deletions
|
@ -413,6 +413,7 @@ Grammar(
|
|||
"BinExpr": (),
|
||||
"String": (),
|
||||
"Byte": (),
|
||||
"ByteString": (),
|
||||
"Char": (),
|
||||
"Literal": (),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue