diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-30 12:15:53 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-30 12:15:53 +0000 |
| commit | dfda1b28570fbe214712ebbd39ac0aecebf7d341 (patch) | |
| tree | 44ba57f52c8920b58d4ce307dc8929f79b855568 /src/parser.cpp | |
| parent | 2397633618d4cc06a8e72164d2db77b317f983b4 (diff) | |
| parent | c4952c0b7e91e4e10195593e322c1259d2c9ab33 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index c14055275..360537ab7 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -6504,6 +6504,8 @@ gb_internal u64 parse_feature_tag(Token token_for_pos, String s) { syntax_error(token_for_pos, "Invalid feature flag name: %.*s", LIT(p)); error_line("\tExpected one of the following\n"); error_line("\tdynamic-literals\n"); + error_line("\tglobal-context\n"); + error_line("\tusing-stmt\n"); error_line("\tinteger-division-by-zero:trap\n"); error_line("\tinteger-division-by-zero:zero\n"); error_line("\tinteger-division-by-zero:self\n"); |