build failed on windows #3280
abhinavpatel0
started this conversation in
General
Replies: 1 comment 3 replies
-
|
You have broken compilation by running |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i just downloaded repo ran cargo update and then make install
i got 700+ error
Compiling hostname v0.4.0
error[E0432]: unresolved import
lsp_types::Url--> compiler-core\src\language_server\code_action.rs:11:73
|
11 | use lsp_types::{CodeAction, CodeActionKind, CodeActionParams, TextEdit, Url};
| ^^^
| |
| no
Urlin the root| help: a similar name exists in the module:
Urierror[E0432]: unresolved import
lsp_types::Url--> compiler-core\src\language_server\engine.rs:23:66
|
23 | use lsp_types::{self as lsp, Hover, HoverContents, MarkedString, Url};
| ^^^
| |
| no
Urlin the root| help: a similar name exists in the module:
Urierror[E0432]: unresolved import
lsp_types::Url--> compiler-core\src\language_server\server.rs:22:22
|
22 | Range, TextEdit, Url,
| ^^^
| |
| no
Urlin the root| help: a similar name exists in the module:
UriBeta Was this translation helpful? Give feedback.
All reactions