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

Fails to build: type annotations needed for Box<_> #77

Open
yurivict opened this issue Dec 5, 2024 · 1 comment
Open

Fails to build: type annotations needed for Box<_> #77

yurivict opened this issue Dec 5, 2024 · 1 comment

Comments

@yurivict
Copy link

yurivict commented Dec 5, 2024

error[E0282]: type annotations needed for `Box<_>`
  --> /wrkdirs/usr/ports/misc/oatmeal/work/oatmeal-0.13.0/cargo-crates/time-0.3.30/src/format_description/parse/mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
   = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`

Version: 0.13.0
rust-1.83.0
FreeBSD 14.1

@evoatko
Copy link

evoatko commented Dec 28, 2024

cargo add time
cargo build --release
DO NOT RUN "cargo update" or you will have to re-do everything.
P.s. i have disabled a # fix for cargo-about -- as it looks like for macos only.
cargo install oatmeal / cargo install oatmeal --locked DO NOT WORK.
Just now installed on FreeBSD 14.2-RELEASE also have oatmeal installed on FreeBSD 14.1-RELEASE on 1st of September 2024.

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