Skip to content

V7 fails to build on Windows (regression) #92

Description

@igiona
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions