Closed
Description
When compiling on arm (specifically aarch64-unknown-linux-gnu):
error[E0308]: mismatched types
--> /var/lib/terminus/.cargo/registry/src/github.1485827954.workers.dev-1ecc6299db9ec823/swipl-0.3.10/src/blob.rs:263:19
|
263 | result.name = name.as_ptr() as *mut i8;
| ----------- ^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
| |
| expected due to the type of this binding
|
= note: expected raw pointer `*mut u8`
found raw pointer `*mut i8`
related: rust-lang/rust#48633
Metadata
Metadata
Assignees
Labels
No labels