Merge branch 'main' of github.com:roc-lang/roc into clippy-1.74

This commit is contained in:
Anton-4 2023-12-25 17:05:37 +01:00
commit cd632fe549
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
271 changed files with 7741 additions and 7417 deletions

View file

@ -36,7 +36,7 @@ extern "C" {
) -> *mut c_void;
pub fn roc_dealloc(ptr: *mut c_void, alignment: u32);
pub fn roc_panic(c_ptr: *mut c_void, tag_id: u32);
pub fn roc_dbg(loc: *mut c_void, msg: *mut c_void);
pub fn roc_dbg(loc: *mut c_void, msg: *mut c_void, src: *mut c_void);
pub fn roc_memset(dst: *mut c_void, c: i32, n: usize) -> *mut c_void;
}