We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2d6982 + 7b44ce1 commit d547272Copy full SHA for d547272
src/tools/rust-analyzer/lib/ungrammar/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.14.1"
+version = "1.14.2"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/matklad/ungrammar"
7
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
src/tools/rust-analyzer/lib/ungrammar/rust.ungram
@@ -51,7 +51,7 @@ TypeArg =
51
Type
52
53
AssocTypeArg =
54
- NameRef (':' TypeBoundList | '=' Type)
+ NameRef GenericParamList? (':' TypeBoundList | '=' Type)
55
56
LifetimeArg =
57
Lifetime
0 commit comments