From c75a6e64e6efde8a0c20284fb24ece2fa1c6cd1a Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Mon, 11 Sep 2023 09:21:01 -0600
Subject: [PATCH] Rename __rust_alloc_error_handler functions

---
 renamesyms.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/renamesyms.sh b/renamesyms.sh
index 8d92176b9..f390be879 100755
--- a/renamesyms.sh
+++ b/renamesyms.sh
@@ -15,6 +15,8 @@ special_syms=(
     __rg_oom
     __rg_realloc
     __rust_alloc
+    __rust_alloc_error_handler
+    __rust_alloc_error_handler_should_panic
     __rust_alloc_zeroed
     __rust_dealloc
     __rust_realloc
-- 
GitLab