diff --git a/src/Diagnostics.cc b/src/Diagnostics.cc index c9a4e17fc..2148b8126 100644 --- a/src/Diagnostics.cc +++ b/src/Diagnostics.cc @@ -98,6 +98,8 @@ namespace bolt { return "'let'"; case NodeKind::MutKeyword: return "'mut'"; + case NodeKind::MatchKeyword: + return "'match'"; case NodeKind::ReturnKeyword: return "'return'"; case NodeKind::TypeKeyword: