This commit is contained in:
Folkert de Vries 2022-08-03 21:42:17 +02:00
parent 7f4e0bb0c9
commit f282641a0b

View file

@ -70,7 +70,7 @@ pub mod platform_dummys {
} }
#[no_mangle] #[no_mangle]
pub unsafe extern "C" fn roc_panic(c_ptr: *mut c_void, tag_id: u32) { pub unsafe extern "C" fn roc_panic(_c_ptr: *mut c_void, _tag_id: u32) {
unimplemented!("It is not valid to call roc panic from within the compiler. Please use the \"platform\" feature if this is a platform.") unimplemented!("It is not valid to call roc panic from within the compiler. Please use the \"platform\" feature if this is a platform.")
} }