Support converting between anyhow::Error
and eyre::Report
automatically with ?
#505
Annotations
2 errors and 16 warnings
color-eyre/src/config.rs#L671
`?` couldn't convert the error to `eyre::Report`
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
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/
|
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/
|
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/
|
|
eyre/src/backtrace.rs#L29
a method with this name may be added to the standard library in the future
|
eyre/src/error.rs#L11
unused import: `std::any::Any`
|
eyre/src/wrapper.rs#L5
struct `DisplayError` is never constructed
|
eyre/src/wrapper.rs#L13
struct `NoneError` is never constructed
|
|
color-eyre/src/config.rs#L825
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
|
color-eyre/src/config.rs#L793
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
|
color-eyre/src/config.rs#L952
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
|
color-eyre/src/config.rs#L962
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
|
This job failed
Loading