We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While I install the latest version of deno to Jetson Nano with Rust 1.57.0 installed through cargo, I got the following error:
error [E0308]: mismatched types ~/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_ffi-0.16.0/lib.rs:612:30 Ok(unsafe {CStr::from_ptr(ptr)}.to_str()?.to_string()) ^^^ expected u8, found i8
u8
i8
rustc version 1.57.0 cargo version 1.57.0
The text was updated successfully, but these errors were encountered:
WIll be fixed by denoland/deno#13118
Sorry, something went wrong.
No branches or pull requests
While I install the latest version of deno to Jetson Nano with Rust 1.57.0 installed through cargo, I got the following error:
error [E0308]: mismatched types
~/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_ffi-0.16.0/lib.rs:612:30
Ok(unsafe {CStr::from_ptr(ptr)}.to_str()?.to_string())
^^^ expected
u8
, foundi8
rustc version 1.57.0
cargo version 1.57.0
The text was updated successfully, but these errors were encountered: