mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
error[E0308]: mismatched types --> src/hb_wrapper.rs:17:17 | 16 | hb_feature_from_string( | ---------------------- arguments to this function are incorrect 17 | tag.as_ptr() as *const i8, | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8` | = note: expected raw pointer `*const u8` found raw pointer `*const i8` |
||
---|---|---|
.. | ||
patch-src_hb__wrapper.rs |