aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libsyntax2/src/grammar.ron')
-rw-r--r--crates/libsyntax2/src/grammar.ron3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron
index e56496be1..daf80dde3 100644
--- a/crates/libsyntax2/src/grammar.ron
+++ b/crates/libsyntax2/src/grammar.ron
@@ -310,7 +310,8 @@ Grammar(
310 "NameRef": (), 310 "NameRef": (),
311 "Attr": ( options: [ ["value", "TokenTree"] ] ), 311 "Attr": ( options: [ ["value", "TokenTree"] ] ),
312 "TokenTree": (), 312 "TokenTree": (),
313 "TypeParamList": (), 313 "TypeParamList": ( collections: [ ["type_params", "TypeParam" ] ]),
314 "TypeParam": ( traits: ["NameOwner"]),
314 "WhereClause": (), 315 "WhereClause": (),
315 }, 316 },
316) 317)