fix(nix-bindings-rust): fix aarch64 abi support

This commit is contained in:
Tristan Ross 2025-11-06 11:02:27 -08:00 committed by John Ericson
parent 17f0e655fd
commit 46656f6056
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@ mod tests {
raw::set_err_msg(
ctx_ptr,
raw::err_NIX_ERR_UNKNOWN.try_into().unwrap(),
b"dummy error message\0".as_ptr() as *const i8,
b"dummy error message\0".as_ptr() as *const std::os::raw::c_char,
);
}
}