-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
I'm facing this error during compile for linux: type annotations needed for Box<_>
#12264
Comments
items
an explicit type, where the placeholders _
are specifiedBox<_>
What's your rustc version, does it match Line 2 in d5fe2c8
|
Also note that you cannot compile a dependency crate, not Zed per se, so not really related to Zed. |
my rustc version is as above. Also I have tried 1.80 |
Had the exact same compilation issue on different project - deleting Cargo.lock solved it. |
I am seeing the exact same failure with time-0.3.28 -- I'm running on stable (rustc/cargo version 1.80.0, but on ARM architecture (stable-aarch64-unknown-linux-gnu). (I don't see why deleting Cargo.lock would make a difference but I'll try it and report back.) |
Ah, I see the error is being tracked in the time-rs project: time-rs/time#696 Looks like they have a fix (as of 18 hours ago). |
Same here, |
I just used |
For other folks coming here in the future, I had this issue by doing |
Check for existing issues
Describe the bug / provide steps to reproduce it
Environment
I don't know the alternative for
copy system specs into clipboard
on linux.If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.No response
The text was updated successfully, but these errors were encountered: