parser: improve error message for missing semicolon in inherit
Before: error: syntax error, expecting ';' After: error: syntax error, expecting ';' to end 'inherit' bindings Change-Id: I47c633cb5c696b646840c58e03270a7d6a6a6964
This commit is contained in:
@@ -56,6 +56,7 @@ error_message_for(grammar::v1::expr::select) = "expecting selection expression";
|
||||
error_message_for(grammar::v1::t::kw_then) = "expecting 'then'";
|
||||
error_message_for(grammar::v1::t::kw_else) = "expecting 'else'";
|
||||
error_message_for(grammar::v1::t::kw_in) = "expecting 'in'";
|
||||
error_message_for(grammar::v1::d::t::inherit) = "expecting ';' to end 'inherit' bindings";
|
||||
|
||||
struct SyntaxErrors
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user