Skip to content

Add support for user provided closure to receive nonfatal errors #164

Add support for user provided closure to receive nonfatal errors

Add support for user provided closure to receive nonfatal errors #164

Triggered via pull request November 1, 2024 02:23
Status Failure
Total duration 25s
Artifacts

rust.yml

on: pull_request
Matrix: Compile
Rustfmt [Formatter]
15s
Rustfmt [Formatter]
cargo-deny
16s
cargo-deny
Matrix: Clippy [Linter]
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

15 errors
Compile (x86_64-unknown-linux-musl): src/finder.rs#L118
the trait bound `&mut F: NonFatalErrorHandler` is not satisfied
Compile (x86_64-unknown-linux-musl): src/checker.rs#L19
unused variable: `nonfatal_error_handler`
Compile (x86_64-unknown-linux-musl)
Process completed with exit code 101.
Compile (wasm32-wasi)
The job was canceled because "x86_64-unknown-linux-musl" failed.
Clippy [Linter] (ubuntu-latest): src/finder.rs#L118
the trait bound `&mut F: NonFatalErrorHandler` is not satisfied
Clippy [Linter] (ubuntu-latest): src/checker.rs#L91
`std::result::Result<bool, std::io::Error>` doesn't implement `std::fmt::Display`
Clippy [Linter] (ubuntu-latest): src/checker.rs#L19
unused variable: `nonfatal_error_handler`
Clippy [Linter] (ubuntu-latest)
Process completed with exit code 101.
Clippy [Linter] (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Clippy [Linter] (windows-latest)
The operation was canceled.
Clippy [Linter] (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Clippy [Linter] (macos-latest): src/finder.rs#L118
the trait bound `&mut F: NonFatalErrorHandler` is not satisfied
Clippy [Linter] (macos-latest): src/checker.rs#L91
`std::result::Result<bool, std::io::Error>` doesn't implement `std::fmt::Display`
Clippy [Linter] (macos-latest): src/checker.rs#L19
unused variable: `nonfatal_error_handler`
Clippy [Linter] (macos-latest)
The operation was canceled.