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

Build fails with Rust 1.8.0 #602

Closed
mweinelt opened this issue Aug 14, 2024 · 2 comments
Closed

Build fails with Rust 1.8.0 #602

mweinelt opened this issue Aug 14, 2024 · 2 comments
Labels

Comments

@mweinelt
Copy link

See rust-lang/rust#127343

error[E0282]: type annotations needed for `Box<_>`
  --> /build/cargo-vendor-dir/time-0.3.28/src/format_description/parse/mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
help: consider giving `items` an explicit type, where the placeholders `_` are specified
   |
83 |     let items: Box<_> = format_items
   |              ++++++++
@lnicola
Copy link
Contributor

lnicola commented Aug 14, 2024

A cargo update -p time will likely fix this.

SuperSandro2000 pushed a commit to NixOS/nixpkgs that referenced this issue Aug 16, 2024
As per #332957, rust-lang/rust#127343. Bumps the time dependency in
Cargo.lock, to fix a compilation issue.

Xref #333227 for a similar PR :)

Upstream issue:
Rikorose/DeepFilterNet#602
wentasah pushed a commit to wentasah/nixpkgs that referenced this issue Aug 17, 2024
As per NixOS#332957, rust-lang/rust#127343. Bumps the time dependency in
Cargo.lock, to fix a compilation issue.

Xref NixOS#333227 for a similar PR :)

Upstream issue:
Rikorose/DeepFilterNet#602
Copy link

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Nov 13, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants