Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codecov/codecov-action action to v5 #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Update codecov/codecov-action action to v5

c29f689
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Update codecov/codecov-action action to v5 #115

Update codecov/codecov-action action to v5
c29f689
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Jan 24, 2025 in 0s

clippy

1 error, 1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 1
Note 0
Help 0

Versions

  • rustc 1.86.0-nightly (99768c80a 2025-01-23)
  • cargo 1.86.0-nightly (045bf21b3 2025-01-17)
  • clippy 0.1.86 (99768c80a1 2025-01-23)

Annotations

Check failure on line 59 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `message` found for reference `&std::panic::PanicHookInfo<'_>` in the current scope

error[E0599]: no method named `message` found for reference `&std::panic::PanicHookInfo<'_>` in the current scope
  --> src/main.rs:59:20
   |
59 |             format!("{}", e.message().unwrap())
   |                             ^^^^^^^ method not found in `&PanicHookInfo<'_>`

Check warning on line 14 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the feature `panic_info_message` has been stable since 1.81.0 and no longer requires an attribute to enable

warning: the feature `panic_info_message` has been stable since 1.81.0 and no longer requires an attribute to enable
  --> src/main.rs:14:12
   |
14 | #![feature(panic_info_message)]
   |            ^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(stable_features)]` on by default