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

Getting an E0063 error code while compiling on the lsp.rs file #11694

Open
1 task done
SayarB opened this issue May 11, 2024 · 1 comment
Open
1 task done

Getting an E0063 error code while compiling on the lsp.rs file #11694

SayarB opened this issue May 11, 2024 · 1 comment
Labels
defect [core label] language server An umbrella label for all language servers windows

Comments

@SayarB
Copy link

SayarB commented May 11, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

I was building zed on windows. No previous experience with rust. Followed the instructions on the README.
Encountered an issue while the compiling step was going on where the compiler found an error E0063 in the lsp.rs file.

Environment

Windows 64 bit,
Rust Compiler Version: 1.78.0

If applicable, add mockups / screenshots to help explain present your vision of the feature

image

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

@SayarB SayarB added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels May 11, 2024
@SayarB
Copy link
Author

SayarB commented May 11, 2024

I have tried to fix this issue by changing the code to add the missing field on the line 571

Although I do not have any rust experience but i found a similar code here

hence the code now looks like this:
image

This fix has seemed to work and the compilation has succeeded.

@Moshyfawn Moshyfawn added language server An umbrella label for all language servers windows and removed triage Maintainer needs to classify the issue labels May 11, 2024
@JosephTLyons JosephTLyons removed the admin read Pending admin review label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect [core label] language server An umbrella label for all language servers windows
Projects
None yet
Development

No branches or pull requests

3 participants