Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion allocator/allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub static __rust_alloc_error_handler_should_panic: u8 = 1;

#[unsafe(no_mangle)]
#[linkage = "weak"]
pub static __rust_no_alloc_shim_is_unstable: u8 = 1;
pub unsafe fn __rust_no_alloc_shim_is_unstable_v2() {}

#[unsafe(no_mangle)]
#[cfg_attr(not(target_os = "ios"), linkage = "weak")]
Expand Down
Loading