mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
fix: support existential type
This commit is contained in:
parent
3f5f9f0560
commit
2ca9f71897
7 changed files with 53 additions and 6 deletions
|
@ -100,6 +100,7 @@ Grammar(
|
|||
contextual_keywords: [
|
||||
"auto",
|
||||
"default",
|
||||
"existential",
|
||||
"union",
|
||||
],
|
||||
literals: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue