Open
Description
rust-analyzer version: 0.4.2465 (any really)
rustc version: (eg. output of rustc -V
) 1.87 (any version)
editor or extension: tried both VSCode and Zed
relevant settings: I have more than one workspace folder open in VSCode (or zed).
If I have more than one rust workspace open in vscode or zed, the size hint you get when you hover a struct doesn't appear. Let's say I have both WorkspaceA and WorkspaceB opened in VSCode (or zed). Hovering an enum definition from workspace A doesn't show the size info.
If I open only one workspace folder (WorkspaceA), size hints for that exact enum appear as expected.
Issue is visible with enum or data structure.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
shrimpwtf commentedon May 23, 2025
I'm getting a similar bug but in workspaces errors aren't showing, showing in wrong and unrelated places, fix the error and still underlined it's absolutely bugged out tried many different versions of rust-analyzer