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

Error with rust-nightly: type annotations needed for Box<_> #153

Closed
philipp8 opened this issue May 21, 2024 · 2 comments
Closed

Error with rust-nightly: type annotations needed for Box<_> #153

philipp8 opened this issue May 21, 2024 · 2 comments

Comments

@philipp8
Copy link

Hey, I've been running into an issue with nightly build:

error[E0282]: type annotations needed for `Box<_>`
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.25/src/format_description/parse/mod.rs:83:9
 |
 |     let items = format_items
 |         ^^^^^
 ...

found the issue here: time-rs/time#681

Can we try bumping the version for time-rs?

@Drakulix
Copy link
Owner

Can we try bumping the version for time-rs?

Sure, PRs welcome.

@philipp8
Copy link
Author

Seems like cargo update fixed it now using Updating time v0.3.25 -> v0.3.36

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

2 participants