Support converting between anyhow::Error
and eyre::Report
automatically with ?
#504
Annotations
6 errors and 8 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 '/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/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
|
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