Skip to content

Commit e5f4715

Browse files
jnthntatumcopybara-github
authored andcommitted
internal
PiperOrigin-RevId: 928825387
1 parent 87fea87 commit e5f4715

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

env/env.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ absl::StatusOr<FunctionDecl> FunctionConfigToFunctionDecl(
122122

123123
Env::Env() {
124124
compiler_options_.parser_options.enable_quoted_identifiers = true;
125+
compiler_options_.adapt_parser_errors = true;
125126
}
126127

127128
absl::StatusOr<std::unique_ptr<CompilerBuilder>> Env::NewCompilerBuilder() {

0 commit comments

Comments
 (0)