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
Generate impl for
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
Generate impl for `Foo`
Foo
trait Ptr { } struct Foo<P>(P); impl<P> Foo<P> {\} fn main() { }
about #16607
The text was updated successfully, but these errors were encountered:
This is a bug in your editor (or its lsp extension), try updating it it has likely been fixed there already
Sorry, something went wrong.
No branches or pull requests
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:
input
Generate impl for `Foo`
onFoo
intoabout #16607
The text was updated successfully, but these errors were encountered: