We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b5b309 + 09078d2 commit 3e3ca76Copy full SHA for 3e3ca76
allocator/allocator.rs
@@ -53,7 +53,7 @@ pub static __rust_alloc_error_handler_should_panic: u8 = 1;
53
54
#[unsafe(no_mangle)]
55
#[linkage = "weak"]
56
-pub static __rust_no_alloc_shim_is_unstable: u8 = 1;
+pub unsafe fn __rust_no_alloc_shim_is_unstable_v2() {}
57
58
59
#[cfg_attr(not(target_os = "ios"), linkage = "weak")]
0 commit comments