RA Crashes with aes-gcm crate. #13506
Labels
A-ty
type system / type inference / traits / method resolution
Broken Window
Bugs / technical debt to be addressed immediately
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
0.3.1258-standalone (43fb956 2022-10-23)
rustc version: (eg. output of
rustc -V
)rustc 1.64.0 (a55dd71d5 2022-09-19)
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTUP_HOME
orCARGO_HOME
)Hi All, I had reported a similar crash with tonic (#7817). Which seemed to be infinite recursion.
It looks like this can be triggered with the aes-gcm crate as well.
It's enough to trigger using:
Callstack (Seems same issue as before, infinite recursion):
The text was updated successfully, but these errors were encountered: