Autocompletion doesn't work for implemented traits for rusymbols::Expression
#15708
Labels
C-bug
Category: bug
rusymbols::Expression
#15708
Uh oh!
There was an error while loading. Please reload this page.
rust-analyzer version:
0.3.1681-standalone
rustc version:
1.72.1 (d5c2e9c34 2023-09-13)
relevant settings:
"workspace.ignoredFolders": ["$HOME", "$HOME/.cargo/**", "$HOME/.rustup/**"]
I'm not sure how this is possible, but only methods of implemented (std) traits are not shown in autocompletion list:
screenshot
But methods of struct implementation are present:
screenshot
And after using non-present method, its methods are also won't exist (return type is
Expression
):screenshot
example
OnHover event also doesn't work on
clone()
or on any methods afterclone()
. When hovering onpolynomial
server can't detect the type ofExpression
:let polynomial: {unknown}
I don't think that it is somehow linked to my rust-analyzer setup or
coc.nvim
plugin (but I guess everything is possible). I'm also new to Rust (idk if this is relevant). I'm also not sure if this is a bug in this specific crate or is this a known issue.The text was updated successfully, but these errors were encountered: