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
error[E0432]: unresolved import `tokio::net::UnixStream`
--> C:\Users\<user>\.cargo\registry\src\index.crates.io-6f17d22bba15001f\fred-9.3.0\src\protocol\connection.rs:65:5
|
65 | use tokio::net::UnixStream;
| ^^^^^^^^^^^^^^^^^^^^^^ no `UnixStream` in `net`
|
note: found an item that was configured out
--> C:\Users\<user>\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.41.0\src\net\mod.rs:57:27
57 | pub use unix::stream::UnixStream;
| ^^^^^^^^^^
note: the item is gated here
--> C:\Users\<user>\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.41.0\src\net\mod.rs:53:1
53 | / cfg_net_unix! {
54 | | pub mod unix;
56 | | pub use unix::listener::UnixListener;
57 | | pub use unix::stream::UnixStream;
59 | | }
| |_^
For more information about this error, try `rustc --explain E0432`.
error: could not compile `fred` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
To Reproduce
Steps to reproduce the behavior:
Clone repo on windows system
rustup install nightly
cargo build
Expected behavior
Compilation success or documented non-support.
Describe the bug
Compilation fails:
To Reproduce
Steps to reproduce the behavior:
rustup install nightly
cargo build
Expected behavior
Compilation success or documented non-support.
Version
main branch as of today, 126d8b1
The text was updated successfully, but these errors were encountered: