Skip to content

Update Cargo Dependencies #510

Update Cargo Dependencies

Update Cargo Dependencies #510

GitHub Actions / clippy failed Nov 6, 2024 in 1s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.82.0 (f6e511eec 2024-10-15)
  • cargo 1.82.0 (8f40fc59f 2024-08-21)
  • clippy 0.1.82 (f6e511e 2024-10-15)

Annotations

Check failure on line 670 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/handlebars-6.2.0/src/template.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `message` found for enum `ErrorVariant` in the current scope

error[E0599]: no method named `message` found for enum `ErrorVariant` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/handlebars-6.2.0/src/template.rs:670:27
    |
670 |                 e.variant.message().to_string(),
    |                           ^^^^^^^ method not found in `ErrorVariant<Rule>`