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 architecture has a different c_char: u8, rather than i8.
Due to rust-lang/rust#113735, this causes a
build breakage, since CStr::from_ptr was documented to take an i8 but
actually takes a c_char.
0 commit comments