From d301931cafb674699daa54d922691ccddc6c55ba Mon Sep 17 00:00:00 2001 From: Jonathan Tatum Date: Tue, 9 Jun 2026 16:19:27 -0700 Subject: [PATCH] internal PiperOrigin-RevId: 929463453 --- env/env.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/env/env.cc b/env/env.cc index 42652ce59..6cd3a3cdc 100644 --- a/env/env.cc +++ b/env/env.cc @@ -122,6 +122,7 @@ absl::StatusOr FunctionConfigToFunctionDecl( Env::Env() { compiler_options_.parser_options.enable_quoted_identifiers = true; + compiler_options_.adapt_parser_errors = true; } absl::StatusOr> Env::NewCompilerBuilder() {