diff options
author | roblabla <[email protected]> | 2019-12-22 00:38:23 +0000 |
---|---|---|
committer | roblabla <[email protected]> | 2019-12-22 01:32:08 +0000 |
commit | b04d4a88d1ba7f04445e807b6a816930b1e9bbf2 (patch) | |
tree | 2c05ff9b5f5aadc7338c6ba317b28c4d12ce9f7c /crates/ra_parser/src/syntax_kind | |
parent | 90f3b31efc1afe5de671fd6076fef3240f4151ab (diff) |
Parse const generics
Fixes #1574
Fixes #2281
Diffstat (limited to 'crates/ra_parser/src/syntax_kind')
-rw-r--r-- | crates/ra_parser/src/syntax_kind/generated.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_parser/src/syntax_kind/generated.rs b/crates/ra_parser/src/syntax_kind/generated.rs index fe0fcdb33..bee1f1134 100644 --- a/crates/ra_parser/src/syntax_kind/generated.rs +++ b/crates/ra_parser/src/syntax_kind/generated.rs | |||
@@ -227,6 +227,7 @@ pub enum SyntaxKind { | |||
227 | TYPE_PARAM_LIST, | 227 | TYPE_PARAM_LIST, |
228 | LIFETIME_PARAM, | 228 | LIFETIME_PARAM, |
229 | TYPE_PARAM, | 229 | TYPE_PARAM, |
230 | CONST_PARAM, | ||
230 | TYPE_ARG_LIST, | 231 | TYPE_ARG_LIST, |
231 | LIFETIME_ARG, | 232 | LIFETIME_ARG, |
232 | TYPE_ARG, | 233 | TYPE_ARG, |