Skip to content

Update Rust crate git2 to 0.19.0 #678

Update Rust crate git2 to 0.19.0

Update Rust crate git2 to 0.19.0 #678

Triggered via pull request August 20, 2024 18:28
Status Failure
Total duration 2m 54s
Artifacts

CI.yaml

on: pull_request
Matrix: rust
Fit to window
Zoom out
Zoom in

Annotations

11 errors
type annotations needed for `Box<_>`: home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.30/src/lib.rs#L83
error[E0282]: type annotations needed for `Box<_>` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 | help: consider giving `items` an explicit type, where the placeholders `_` are specified | 83 | let items: Box<_> = format_items | ++++++++
aborting due to 1 previous error
error: aborting due to 1 previous error
Clippy!
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
Clippy!
{ "rendered": "For more information about this error, try `rustc --explain E0282`.\n", "$message_type": "diagnostic", "children": [], "code": null, "level": "failure-note", "message": "For more information about this error, try `rustc --explain E0282`.", "spans": [] }
Rust CI on Windows with toolchain nightly
Process completed with exit code 1.
Rust CI on Linux (x86_64) with toolchain stable
The job was canceled because "windows-latest_nightly" failed.
Rust CI on macOS (x86_64) with toolchain stable
The job was canceled because "windows-latest_nightly" failed.
Rust CI on Linux (x86_64) with toolchain nightly
The job was canceled because "windows-latest_nightly" failed.
Rust CI on macOS (x86_64) with toolchain nightly
The job was canceled because "windows-latest_nightly" failed.
Rust CI on Windows with toolchain stable
The job was canceled because "windows-latest_nightly" failed.
Rust CI on Windows with toolchain stable
The operation was canceled.