Source: rust-core-foundation
Version: 0.6.1-1
Severity: important
https://buildd.debian.org/status/package.php?p=rust-core-foundation&suite=sid
...
Compiling core-foundation v0.6.1 (file:///<<PKGBUILDDIR>>)
Running `rustc --crate-name core_foundation src/lib.rs --crate-type lib
--emit=dep-info,link -C debuginfo=2 -C metadata=71d95bdd02884ae0 -C
extra-filename=-71d95bdd02884ae0 --out-dir
/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/deps --target
aarch64-unknown-linux-gnu -C
incremental=/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/incremental
-L dependency=/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/deps -L
dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern
libc=/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/deps/liblibc-e221ccf42387da95.rlib
--extern
core_foundation_sys=/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/deps/libcore_foundation_sys-dc25032f7045c9c9.rlib
-C linker=aarch64-linux-gnu-gcc -C debuginfo=2 --cap-lints warn -C
link-arg=-Wl,-z,relro`
error[E0308]: mismatched types
--> src/url.rs:86:30
|
86 | let len = strlen(buf.as_ptr() as *const i8);
| ^^^^^^^^^^^^^^^^^^^^^^^^^ expected u8, found
i8
|
= note: expected type `*const u8`
found type `*const i8`
error: aborting due to previous error