-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
convert_tuple_struct_to_named_struct
produces invalid code
#18766
Comments
adaszko
changed the title
convert_tuple_struct_to_named_struct clobbers Neovim buffer
convert_tuple_struct_to_named_struct produces invalid code
Dec 27, 2024
adaszko
changed the title
convert_tuple_struct_to_named_struct produces invalid code
Dec 27, 2024
convert_tuple_struct_to_named_struct
produces invalid code
Looks like the assist is not upmapping ranges out of macro expansions |
@rustbot claim |
vishruth-thimmaiah
added a commit
to vishruth-thimmaiah/rust-analyzer
that referenced
this issue
Jan 10, 2025
vishruth-thimmaiah
added a commit
to vishruth-thimmaiah/rust-analyzer
that referenced
this issue
Jan 10, 2025
vishruth-thimmaiah
added a commit
to vishruth-thimmaiah/rust-analyzer
that referenced
this issue
Jan 16, 2025
vishruth-thimmaiah
added a commit
to vishruth-thimmaiah/rust-analyzer
that referenced
this issue
Jan 20, 2025
vishruth-thimmaiah
added a commit
to vishruth-thimmaiah/rust-analyzer
that referenced
this issue
Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rust-analyzer version: 2024-12-23
rustc version: rustc 1.83.0 (90b35a623 2024-11-26)
editor or extension: Reproduced under both Neovim and VSCode
code snippet to reproduce:
Reproduction:
Expr::NontailCommand
and select "convert to named struct" code action:Same thing under VSCode:
The text was updated successfully, but these errors were encountered: