You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo build --release fails with the following error (and a longer list of warnings, see attached log):
error[E0308]: mismatched types
--> src/util/logins.rs:131:41
|
131 | time: parse_timeval(&record.ut_tv),
| ------------- ^^^^^^^^^^^^^ expected `&timeval`, found `&__timeval`
| |
| arguments to this function are incorrect
|
= note: expected reference `&timeval`
found reference `&__timeval`
note: function defined here
--> src/util/logins.rs:94:4
cargo build --release
fails with the following error (and a longer list of warnings, see attached log):Additional information:
build.log
The text was updated successfully, but these errors were encountered: