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.
1 parent 3207f95 commit 683747fCopy full SHA for 683747f
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>"]
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