tazz4843/whisper-rs

unresolved import `std::ffi::c_int`

jafri opened this issue · 1 comments

jafri commented

Running cargo build

error[E0432]: unresolved import `std::ffi::c_int`
 -->whisper-rs-c8b9fa7c09c8c913/4ccd746/src/error.rs:1:16
  |
1 | use std::ffi::{c_int, NulError};
  |                ^^^^^ no `c_int` in `ffi`
jafri commented

Just had to upgrade rust