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
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
PS C:\Users\fikgol\Workspaces\cargo-guppy\tools\determinator> cargo build
Compiling determinator v0.2.0 (C:\Users\fikgol\Workspaces\cargo-guppy\tools\determinator)
error[E0433]: failed to resolve: could not find unix in os
--> tools\determinator\src\paths0.rs:168:26
|
168 | use std::os::unix::ffi::OsStrExt;
| ^^^^ could not find unix in os
error[E0599]: no function or associated item named new_unix found for struct Paths0 in the current scope
--> tools\determinator\src\paths0.rs:87:29
|
67 | pub struct Paths0 {
| ----------------- function or associated item new_unix not found for this
...
87 | return Ok(Self::new_unix(buf));
| ^^^^^^^^ function or associated item not found in Paths0
error[E0599]: no function or associated item named new_unix found for struct Paths0 in the current scope
--> tools\determinator\src\paths0.rs:104:29
|
67 | pub struct Paths0 {
| ----------------- function or associated item new_unix not found for this
...
104 | return Ok(Self::new_unix(buf));
| ^^^^^^^^ function or associated item not found in Paths0
error[E0599]: no function or associated item named from_bytes found for struct OsStr in the current scope
--> tools\determinator\src\paths0.rs:173:50
|
173 | .map(|path| Path::new(OsStr::from_bytes(path))),
| ^^^^^^^^^^ function or associated item not found in OsStr
error: aborting due to 4 previous errors
The text was updated successfully, but these errors were encountered:
I'm going to do a determinator release shortly with experimental Windows support. The tests pass but there may still be bugs lurking, would really appreciate a report :)
PS C:\Users\fikgol\Workspaces\cargo-guppy\tools\determinator> cargo build
Compiling determinator v0.2.0 (C:\Users\fikgol\Workspaces\cargo-guppy\tools\determinator)
error[E0433]: failed to resolve: could not find
unix
inos
--> tools\determinator\src\paths0.rs:168:26
|
168 | use std::os::unix::ffi::OsStrExt;
| ^^^^ could not find
unix
inos
error[E0599]: no function or associated item named
new_unix
found for structPaths0
in the current scope--> tools\determinator\src\paths0.rs:87:29
|
67 | pub struct Paths0 {
| ----------------- function or associated item
new_unix
not found for this...
87 | return Ok(Self::new_unix(buf));
| ^^^^^^^^ function or associated item not found in
Paths0
error[E0599]: no function or associated item named
new_unix
found for structPaths0
in the current scope--> tools\determinator\src\paths0.rs:104:29
|
67 | pub struct Paths0 {
| ----------------- function or associated item
new_unix
not found for this...
104 | return Ok(Self::new_unix(buf));
| ^^^^^^^^ function or associated item not found in
Paths0
error[E0599]: no function or associated item named
from_bytes
found for structOsStr
in the current scope--> tools\determinator\src\paths0.rs:173:50
|
173 | .map(|path| Path::new(OsStr::from_bytes(path))),
| ^^^^^^^^^^ function or associated item not found in
OsStr
error: aborting due to 4 previous errors
The text was updated successfully, but these errors were encountered: