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
error[E0308]: mismatched types
--> srt-c/src/c_api.rs:779:40
|
779 | from_raw_parts(buf, len as usize)
| -------------- ^^^ expected `*const u8`, found `*const i8`
| |
| arguments to this function are incorrect
|
= note: expected raw pointer `*const u8`
found raw pointer `*const i8`
note: function defined here
--> /Users/simon/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/slice/raw.rs:94:21
The text was updated successfully, but these errors were encountered:
MacOS Sonoma 14.1.1 , Apple M2 Pro
Build failed : 266913b
However, I build 36f92e6 successfully
The text was updated successfully, but these errors were encountered: