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
Caused by this.
Compiling dylib v0.0.1 /home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/dylib-0.0.1/src/lib.rs:112:37: 112:56 error: mismatched types: expected `*const i8`, found `*const u8` (expected i8, found u8) [E0308] /home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/dylib-0.0.1/src/lib.rs:112 dl::symbol(self.handle, raw_string.as_ptr()) ^~~~~~~~~~~~~~~~~~~ /home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/dylib-0.0.1/src/lib.rs:112:37: 112:56 help: run `rustc --explain E0308` to see a detailed explanation /home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/dylib-0.0.1/src/lib.rs:204:16: 204:26 error: mismatched types: expected `*const i8`, found `*const u8` (expected i8, found u8) [E0308] /home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/dylib-0.0.1/src/lib.rs:204 dlopen(s.as_ptr(), LAZY) as *mut u8 ^~~~~~~~~~ /home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/dylib-0.0.1/src/lib.rs:204:16: 204:26 help: run `rustc --explain E0308` to see a detailed explanation error: aborting due to 2 previous errors
The text was updated successfully, but these errors were encountered:
#7 should fix it (a number of crates have been fixed in this manner and no problems have been reported for over 3 months now)
Sorry, something went wrong.
+1
No branches or pull requests
Caused by this.
The text was updated successfully, but these errors were encountered: