error[E0308]: mismatched types
--> /Users/mike/.cargo/registry/src/github.com-1ecc6299db9ec823/sys-info-0.9.0/lib.rs:812:22
|
812 | pub fn boottime() -> Result<timeval, Error> {
| -------- ^^^^^^^^^^^^^^^^^^^^^^ expected enum `Result`, found `()`
| |
| implicitly returns `()` as its body has no tail or `return` expression
|
= note: expected enum `Result<timeval, Error>`
found unit type `()`
On latest Rust Nightly:
➕ 1️⃣ for 💖GitHub Sponsors and Discussions!