Support converting between anyhow::Error
and eyre::Report
automatically with ?
#504
Annotations
5 errors and 10 warnings
Run actions-rs/cargo@v1:
eyre/src/backtrace.rs#L45
macro expansion ignores token `capture_backtrace` and any following
|
Run actions-rs/cargo@v1:
eyre/src/error.rs#L494
failed to resolve: use of undeclared crate or module `anyhow`
|
Run actions-rs/cargo@v1:
eyre/src/error.rs#L495
failed to resolve: use of undeclared crate or module `anyhow`
|
Run actions-rs/cargo@v1:
eyre/src/error.rs#L501
failed to resolve: use of undeclared crate or module `anyhow`
|
Run actions-rs/cargo@v1
The process '/Users/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
/Users/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#L8
unused macro definition: `capture_backtrace`
|
Run actions-rs/cargo@v1:
eyre/src/backtrace.rs#L44
trailing semicolon in macro used in expression position
|
Run actions-rs/cargo@v1
`eyre` (lib) generated 2 warnings
|
Loading