diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-12 15:46:05 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-12 15:46:05 +0100 |
commit | c452d2842c2ac7156178a05fe477e8832253a2c4 (patch) | |
tree | 3ac7ef81def034f7bdaffd8c9656d22e35c4300b /crates/ra_syntax/src | |
parent | 03645c55761f8c9345ee3837a6010e65e7a80179 (diff) | |
parent | 2ca9f718978b20e8cffb669dc61b63ad7d5e82cd (diff) |
Merge #1393
1393: fix: support existential type r=matklad a=csmoe
Closes https://github.com/rust-analyzer/rust-analyzer/issues/1387
r? @matklad
Co-authored-by: csmoe <[email protected]>
Diffstat (limited to 'crates/ra_syntax/src')
-rw-r--r-- | crates/ra_syntax/src/grammar.ron | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron index 1c2714307..eab55058b 100644 --- a/crates/ra_syntax/src/grammar.ron +++ b/crates/ra_syntax/src/grammar.ron | |||
@@ -100,6 +100,7 @@ Grammar( | |||
100 | contextual_keywords: [ | 100 | contextual_keywords: [ |
101 | "auto", | 101 | "auto", |
102 | "default", | 102 | "default", |
103 | "existential", | ||
103 | "union", | 104 | "union", |
104 | ], | 105 | ], |
105 | literals: [ | 106 | literals: [ |