Autocomplete/hover broken in IndexMap with tuple key #14871
Labels
A-macro
macro expansion
Broken Window
Bugs / technical debt to be addressed immediately
C-bug
Category: bug
When hovering over
retain
in the following snippet, rust-analyzer does not display any tooltip.If the key is changed to just
usize
, it starts working again:std::collections::HashMap
doesn't seem to have the same issue.rust-analyzer version: rust-analyzer version: 0.3.1524-standalone
rustc version: rustc 1.71.0-nightly (77f4f828a 2023-05-20)
relevant settings: -
The text was updated successfully, but these errors were encountered: