Skip to content

Tests fail to build on Windows #85

Closed
@retep998

Description

@retep998
   Compiling glob v0.3.0 (C:\crater\workdir)
error[E0432]: unresolved import `std::ffi::AsOsStr`
    --> src\lib.rs:1081:17
     |
1081 |             use std::ffi::AsOsStr;
     |                 ^^^^^^^^^^-------
     |                 |         |
     |                 |         help: a similar name exists in the module: `OsStr`
     |                 no `AsOsStr` in `ffi`

error[E0624]: method `prefix` is private
    --> src\lib.rs:1086:33
     |
1086 |                 .and_then(|p| p.prefix().map(|p| p.join("*")))
     |                                 ^^^^^^

error: aborting due to 2 previous errors

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions