We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tooltip for an enum variant field is missing the enum name (crate::Enum::Var -> crate::Var).
crate::Enum::Var
crate::Var
rust-analyzer version:
$ rust-analyzer --version rust-analyzer 1.85.0-nightly (bdc6b3d 2024-12-23)
rustc version:
$ rustc -vV rustc 1.85.0-nightly (bdc6b3de4 2024-12-23) binary: rustc commit-hash: bdc6b3de48646345549fd2fe9f62370f56e3fa56 commit-date: 2024-12-23 host: x86_64-unknown-linux-gnu release: 1.85.0-nightly LLVM version: 19.1.6
editor or extension: Helix 24.7
relevant settings:
repository link (if public, optional): (eg. rust-analyzer)
code snippet to reproduce:
enum Enum { Var { field: i32 }, }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The tooltip for an enum variant field is missing the enum name (
crate::Enum::Var
->crate::Var
).rust-analyzer version:
rustc version:
editor or extension: Helix 24.7
relevant settings:
repository link (if public, optional): (eg. rust-analyzer)
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: