ports/misc/silicon/files
Piotr Kubaj 77eff838c2 misc/silicon: fix build on ARM / POWER
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`
2023-04-25 11:15:31 +02:00
..
patch-src_hb__wrapper.rs