Geal / rust-syslog

Send syslog messages from Rust
MIT License
110 stars 55 forks source link

V7. #92

Open igiona opened 1 month ago

igiona commented 1 month ago
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.