After macOS update to 15.0, Xcode(16.0) build failed.
here is the log.
SEVERE: error[E0282]: type annotations needed forBox<_> SEVERE: --> /xxxx/xxxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.25/src/format_description/parse/mod.rs:83:9 SEVERE: | SEVERE: 83 | let items = format_items SEVERE: | ^^^^^ SEVERE: ... SEVERE: 86 | Ok(items.into()) SEVERE: | ---- type must be known at this point SEVERE: | SEVERE: = note: this is an inference error on cratetimecaused by an API change in Rust 1.80.0; updatetimeto version>=0.3.35by callingcargo update SEVERE: SEVERE: For more information about this error, tryrustc --explain E0282.
After macOS update to 15.0, Xcode(16.0) build failed.
here is the log.
SEVERE: error[E0282]: type annotations needed for
Box<_>SEVERE: --> /xxxx/xxxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.25/src/format_description/parse/mod.rs:83:9 SEVERE: | SEVERE: 83 | let items = format_items SEVERE: | ^^^^^ SEVERE: ... SEVERE: 86 | Ok(items.into()) SEVERE: | ---- type must be known at this point SEVERE: | SEVERE: = note: this is an inference error on crate
timecaused by an API change in Rust 1.80.0; update
timeto version
>=0.3.35by calling
cargo updateSEVERE: SEVERE: For more information about this error, try
rustc --explain E0282.
Please help me