This commit is contained in:
2025-11-15 01:54:46 +00:00
parent d460689b45
commit e1f7cffdef
+1 -1
View File
@@ -1559,7 +1559,7 @@ def parse_rust_file_cached(filepath_str: str, file_hash: str) -> tuple:
logger.info(f"🔧 Parsing Rust file: {filepath}")
rust_helper = Path("./tools/target/release/rust_parser")
rust_helper = Path("./tools/target/release/parse_rust_ast")
if not rust_helper.is_file():
logger.warning(f"Rust parser binary not found: {rust_helper}. Using fallback whole-file chunk for {filepath}")
code = filepath.read_text(encoding="utf-8")