Commit f75b0d93 authored by Kenton Varda's avatar Kenton Varda

This should have been in the last commit but apparently I botched the --amend…

This should have been in the last commit but apparently I botched the --amend and then pushed without realizing.
parent f08b2f90
......@@ -666,7 +666,7 @@ CapnpParser::CapnpParser(Orphanage orphanageParam, ErrorReporter& errorReporterP
return DeclParserResult(kj::mv(decl), parsers.structLevelDecl);
}));
parsers.unionDecl = arena.copy(p::transform(
parsers.groupDecl = arena.copy(p::transform(
p::sequence(keyword("group"), p::many(parsers.annotation)),
[this](kj::Array<Orphan<Declaration::AnnotationApplication>>&& annotations)
-> DeclParserResult {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment