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
error[E0433]: failed to resolve: use of undeclared type`ErrorKind`
--> C:\Users\gimpe\.cargo\registry\src\index.crates.io-6f17d22bba15001f\syslog-7.0.0\src/lib.rs:264:9
|
264 | Err(ErrorKind::UnsupportedPlatform)?| ^^^^^^^^^ use of undeclared type`ErrorKind`|
help: consider importing this enum
|
57 + use io::ErrorKind;|
It's clear that the Log functionality will not work on windows, the build shouldn't be broken though imho.
The text was updated successfully, but these errors were encountered:
igiona
changed the title
V7.
V7 fails to build on Windows (regression)
Nov 25, 2024
It's clear that the Log functionality will not work on windows, the build shouldn't be broken though imho.
The text was updated successfully, but these errors were encountered: