Compiling libc v0.2.172 Compiling cfg-if v1.0.0error[E0412]: cannot find type `fpos_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:647:49 |647 | pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; | ^^^^^^ help: an enum with a similar name exists: `fpos64_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/hurd/mod.rs:229:1 |229 | pub enum fpos64_t {} // FIXME(hurd): fill this out with a struct | ----------------- similarly named enum `fpos64_t` defined hereerror[E0412]: cannot find type `fpos_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:650:51 |650 | pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; | ^^^^^^ help: an enum with a similar name exists: `fpos64_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/hurd/mod.rs:229:1 |229 | pub enum fpos64_t {} // FIXME(hurd): fill this out with a struct | ----------------- similarly named enum `fpos64_t` defined hereFor more information about this error, try `rustc --explain E0412`.error: could not compile `libc` (lib) due to 2 previous errors