Closed
Description
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