Help hover / completions no longer "sees through" smart pointer types implementing Deref
(like Arc
)
#19065
Labels
C-bug
Category: bug
Deref
(like Arc
)
#19065
rust-analyzer version: 0.4.2283-standalone (a995319 2025-01-27)
rustc version: rustc 1.83.0 (90b35a623 2024-11-26)
editor or extension: VSCode
If you have a snippet of code like this
then in the release version of RA if you hover over
block_on()
then you'll get a help popup, and if you typeruntime.
you'll get completions forRuntime
. Neither of these are working in the current pre-release.Here is a video showing the issue (slightly too big to upload straight to github, sorry):
https://vimeo.com/manage/videos/1051266094
The text was updated successfully, but these errors were encountered: