Support converting between anyhow::Error
and eyre::Report
automatically with ?
#507
Annotations
4 errors and 14 warnings
|
Run actions-rs/cargo@v1:
eyre/tests/test_anyhow.rs#L30
the trait bound `anyhow::Error: std::error::Error` is not satisfied
|
Run actions-rs/cargo@v1
could not compile `eyre` (test "test_anyhow") due to 1 previous error
|
Run actions-rs/cargo@v1
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Run actions-rs/cargo@v1
/home/runner/work/eyre/eyre/eyre/Cargo.toml: `default-features` is ignored for anyhow, since `default-features` was not specified for `workspace.dependencies.anyhow`, this could become a hard error in the future
|
Run actions-rs/cargo@v1:
eyre/src/error.rs#L11
unused import: `std::any::Any`
|
Run actions-rs/cargo@v1:
eyre/src/lib.rs#L384
unused import: `any::Any`
|
Run actions-rs/cargo@v1:
eyre/src/wrapper.rs#L5
struct `DisplayError` is never constructed
|
Run actions-rs/cargo@v1:
eyre/src/wrapper.rs#L13
struct `NoneError` is never constructed
|
Run actions-rs/cargo@v1
`eyre` (lib) generated 4 warnings
|
Run actions-rs/cargo@v1:
color-eyre/src/config.rs#L825
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
|
Run actions-rs/cargo@v1:
color-eyre/src/config.rs#L793
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
|
Run actions-rs/cargo@v1:
color-eyre/src/config.rs#L952
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
|
Run actions-rs/cargo@v1:
color-eyre/src/config.rs#L962
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading