Skip to content
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