Skip to content

chore(test): change verion #2

chore(test): change verion

chore(test): change verion #2

GitHub Actions / clippy failed Aug 24, 2023 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.72.0 (5680fa18f 2023-08-23)
  • cargo 1.72.0 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (5680fa1 2023-08-23)

Annotations

Check failure on line 52 in /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/panic.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

sub-expression diverges

error: sub-expression diverges
   --> src/builder/server.rs:568:9
    |
568 |         panic!()
    |         ^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression
    = note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 52 in /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/panic.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

sub-expression diverges

error: sub-expression diverges
   --> src/builder/server.rs:561:9
    |
561 |         panic!()
    |         ^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression
    = note: `-D clippy::diverging-sub-expression` implied by `-D warnings`
    = note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)