mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Parse integer / float types
This commit is contained in:
parent
3ac605e687
commit
3899898d75
4 changed files with 58 additions and 4 deletions
|
@ -304,7 +304,7 @@ Grammar(
|
|||
"ParenType": (),
|
||||
"TupleType": (),
|
||||
"NeverType": (),
|
||||
"PathType": (),
|
||||
"PathType": (options: ["Path"]),
|
||||
"PointerType": (),
|
||||
"ArrayType": (),
|
||||
"SliceType": (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue