You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has type errors on the first and third arguments passed to ck_assert_failed. These arguments should instead be parenthesized like &*((b"foo\0") as *const u8 as *const libc::c_char).
The text was updated successfully, but these errors were encountered:
C code:
c2rust-transpile output (with manual edits to the implementation of
ck_assert_failed
):c2rust-analyze output:
This has type errors on the first and third arguments passed to
ck_assert_failed
. These arguments should instead be parenthesized like&*((b"foo\0") as *const u8 as *const libc::c_char)
.The text was updated successfully, but these errors were encountered: