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
rust-analyzer version: rust-analyzer version: 0.3.1940-standalone (f216be4 2024-04-27)
rustc version: rustc 1.77.2 (25ef9e3d8 2024-04-09)
editor or extension: vscode v0.3.1940
relevant settings: none
repository link (if public, optional): none
code snippet to reproduce:
struct S(i32); fn main() { let s = S(1); s.0 // choose 0 in completion }
choosing completion of 0 gets 0 inserted again:
expect behavior: nothing is inserted
The text was updated successfully, but these errors were encountered:
@rustbot claim
Sorry, something went wrong.
9ec04ed
roife
Successfully merging a pull request may close this issue.
rust-analyzer version: rust-analyzer version: 0.3.1940-standalone (f216be4 2024-04-27)
rustc version: rustc 1.77.2 (25ef9e3d8 2024-04-09)
editor or extension: vscode v0.3.1940
relevant settings: none
repository link (if public, optional): none
code snippet to reproduce:
choosing completion of 0 gets 0 inserted again:
Screen.Recording.2024-05-03.at.23.48.40.mov
expect behavior: nothing is inserted
The text was updated successfully, but these errors were encountered: