HomeFreeBSD

net-im/fractal: unbreak on aarch64

Description

net-im/fractal: unbreak on aarch64

error[E0308]: mismatched types

--> vendor/dbus-0.2.3/src/lib.rs:106:57
 |

106 | else { std::str::from_utf8( unsafe { CStr::from_ptr(*c).to_bytes() }).ok() }

|                                                         ^^ expected u8, found i8
|
= note: expected type `*const u8`
           found type `*const i8`

error[E0308]: mismatched types

--> vendor/rust-gmp/src/mpf.rs:123:52
 |

123 | out = CString::from_raw(__gmpf_get_str(c_str.into_raw(), exp, base, n_digits, &mut self.mpf));

|                                                    ^^^^^^^^^^^^^^^^ expected i8, found u8
|
= note: expected type `*const i8`
           found type `*mut u8`

Reported by: pkg-fallout

Details

Provenance
jbeichAuthored on
Parents
rP495651: editors/emacs-devel: Update to latest commit, 8b30082
Branches
Unknown
Tags
Unknown