Support converting between anyhow::Error
and eyre::Report
automatically with ?
#505
Annotations
2 errors and 16 warnings
Run actions-rs/cargo@v1:
color-eyre/src/config.rs#L671
`?` couldn't convert the error to `eyre::Report`
|
Run actions-rs/cargo@v1
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
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/
|
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/
|
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/backtrace.rs#L29
a method with this name may be added to the standard library 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/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
|
Loading