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
impl for
for loop
rust-analyzer version: rust-analyzer 1.80.0 (05147895 2024-07-21)
rustc version: rustc 1.80.0 (051478957 2024-07-21)
editor or extension: Vim
code snippet to reproduce:
fn foo() { struct X; impl X fo { } }
select completion list...
output:
fn foo() { struct X; impl X for in { } { } }
expect:
fn foo() { struct X; impl X for { } }
The text was updated successfully, but these errors were encountered:
@rustbot claim
Sorry, something went wrong.
for
impl T for A
2890b10
rami3l
Successfully merging a pull request may close this issue.
rust-analyzer version: rust-analyzer 1.80.0 (05147895 2024-07-21)
rustc version: rustc 1.80.0 (051478957 2024-07-21)
editor or extension: Vim
code snippet to reproduce:
select completion list...
output:
expect:
The text was updated successfully, but these errors were encountered: