Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not compile it #6

Closed
tXJtqlb3bbeKD1yW8SV7 opened this issue Aug 18, 2024 · 3 comments
Closed

could not compile it #6

tXJtqlb3bbeKD1yW8SV7 opened this issue Aug 18, 2024 · 3 comments

Comments

@tXJtqlb3bbeKD1yW8SV7
Copy link

Windows 10 using cargo install --git https://github.com/SofusA/roslyn-language-server

error[E0432]: unresolved import `tokio::net::UnixStream`
  --> src/main.rs:9:5
   |
9  |     net::UnixStream,
   |     ^^^^^^^^^^^^^^^ no `UnixStream` in `net`
   |
note: found an item that was configured out
  --> C:\Users\default.LAPTOP-E48G1MLG\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.39.3\src\net\mod.rs:57:27
   |
57 |     pub use unix::stream::UnixStream;
   |                           ^^^^^^^^^^

For more information about this error, try `rustc --explain E0432`.
error: could not compile `roslyn-language-server` (bin "roslyn-language-server") due to 1 previous error
error: failed to compile `roslyn-language-server v0.1.0 (https://github.com/SofusA/roslyn-language-server#3efaf3c9)`, intermediate artifacts can be found at `C:\Users\DEFAUL~1.LAP\AppData\Local\Temp\cargo-installa0G1Cb`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
@kurushimee
Copy link

It doesn't support Windows yet

@SofusA
Copy link
Owner

SofusA commented Aug 20, 2024

Closed in favour of #7

@SofusA SofusA closed this as not planned Won't fix, can't repro, duplicate, stale Aug 20, 2024
@SofusA
Copy link
Owner

SofusA commented Sep 9, 2024

Solved by #8

@SofusA SofusA closed this as completed Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants