From d4180de8ff243d8afb008d16441a47df64b01e3e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 11 Sep 2023 09:54:15 -0600 Subject: [PATCH] Rename __rust_no_alloc_shim_is_unstable --- renamesyms.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/renamesyms.sh b/renamesyms.sh index f390be8795..4b77d95757 100755 --- a/renamesyms.sh +++ b/renamesyms.sh @@ -19,6 +19,7 @@ special_syms=( __rust_alloc_error_handler_should_panic __rust_alloc_zeroed __rust_dealloc + __rust_no_alloc_shim_is_unstable __rust_realloc )