Skip to content

Commit 4fa3096

Browse files
jnthntatumcopybara-github
authored andcommitted
Default enable new accumulator variable.
PiperOrigin-RevId: 721580720
1 parent d700469 commit 4fa3096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/options.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct ParserOptions final {
5252
bool disable_standard_macros = false;
5353

5454
// Enable hidden accumulator variable '@result' for builtin comprehensions.
55-
bool enable_hidden_accumulator_var = false;
55+
bool enable_hidden_accumulator_var = true;
5656

5757
// Enables support for identifier quoting syntax:
5858
// "message.`skewer-case-field`"

0 commit comments

Comments
 (0)