From 76b7a3b9b3f078cfed5e3c4dae385e72f2a6bd44 Mon Sep 17 00:00:00 2001 From: welbon <2261238+welbon@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:10:01 +0800 Subject: [PATCH] [compiler-v2] fixed build_stdlib_error_code_map in stdlib build --- vm/stdlib/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vm/stdlib/src/main.rs b/vm/stdlib/src/main.rs index 1c35b30050..d2c43d353e 100644 --- a/vm/stdlib/src/main.rs +++ b/vm/stdlib/src/main.rs @@ -150,7 +150,8 @@ fn replace_stdlib_by_path(module_path: &Path, new_modules: BTreeMap