1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net-im/fractal
Jan Beich 1a5ff3deb9 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
2019-03-13 20:15:56 +00:00
..
files net-im/fractal: unbreak on aarch64 2019-03-13 20:15:56 +00:00
distinfo
Makefile lang/rust: update to 1.33.0 2019-02-28 18:51:45 +00:00
pkg-descr
pkg-plist