Encountered this problem while running clippy on an axum projet (and after 'solving' all the problems submitted by clippy)
The project runs normally when using "cargo run".
Message received :
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: Clippy version: clippy 0.1.70 (90c54180 2023-05-31)
query stack during panic:
#0 [mir_built] building MIR for `handlers::login_handlers::__axum_macros_check_post_login_hdl_future::post_login_hdl::{closure#0}`
#1 [mir_const] preparing `handlers::login_handlers::__axum_macros_check_post_login_hdl_future::post_login_hdl::{closure#0}` for borrow checking
end of query stack
there was a panic while trying to force a dep node
try_mark_green dep node stack:
#0 layout_of(466d6c05fe2cc6be-7a0e188a7989b601)
#1 layout_of(2c6202367890f1fc-3b201b8715394273)
#2 mir_drops_elaborated_and_const_checked(2d74b00808279a03-4a5edc54f56da48b)
#3 optimized_mir(axum_simple[924e]::handlers::login_handlers::__axum_macros_check_post_login_hdl_future)
end of try_mark_green dep node stack
Completed with code 101
Encountered this problem while running clippy on an axum projet (and after 'solving' all the problems submitted by clippy) The project runs normally when using "cargo run".
Message received :