Skip to content
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

Use ` Generate impl for Foo ` excess backslash #17724

Closed
A4-Tacks opened this issue Jul 28, 2024 · 1 comment
Closed

Use ` Generate impl for Foo ` excess backslash #17724

A4-Tacks opened this issue Jul 28, 2024 · 1 comment
Labels
C-bug Category: bug

Comments

@A4-Tacks
Copy link

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 9.1 coc-rust-analyzer

relevant settings: NONE

code snippet to reproduce:

trait Ptr {
}

struct Foo<P>(P);

fn main() { }

input Generate impl for `Foo` on Foo into

trait Ptr {
}

struct Foo<P>(P);

impl<P> Foo<P> {\}

fn main() { }

about #16607

@A4-Tacks A4-Tacks added the C-bug Category: bug label Jul 28, 2024
@Veykril
Copy link
Member

Veykril commented Jul 28, 2024

This is a bug in your editor (or its lsp extension), try updating it it has likely been fixed there already

@Veykril Veykril closed this as completed Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

2 participants