Add support for user provided closure to receive nonfatal errors #163
rust.yml
on: pull_request
Matrix: Compile
Rustfmt [Formatter]
18s
cargo-deny
15s
Matrix: Clippy [Linter]
Matrix: Test Suite
Annotations
17 errors
Clippy [Linter] (ubuntu-latest):
src/finder.rs#L118
the trait bound `&mut F: NonFatalErrorHandler` is not satisfied
|
Clippy [Linter] (ubuntu-latest):
src/checker.rs#L25
no method named `raw_os_error` found for unit type `()` in the current scope
|
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)
Process completed with exit code 101.
|
Compile (wasm32-wasi):
src/finder.rs#L118
the trait bound `&mut F: NonFatalErrorHandler` is not satisfied
|
Compile (wasm32-wasi):
src/checker.rs#L25
no method named `raw_os_error` found for unit type `()` in the current scope
|
Compile (wasm32-wasi)
Process completed with exit code 101.
|
Compile (x86_64-unknown-linux-musl)
The job was canceled because "wasm32-wasi" failed.
|
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#L25
no method named `raw_os_error` found for unit type `()` in the current scope
|
Compile (x86_64-unknown-linux-musl)
Process completed with exit code 101.
|
Clippy [Linter] (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
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#L25
no method named `raw_os_error` found for unit type `()` in the current scope
|
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)
Process completed with exit code 101.
|