Skip to content

feat: generate impl from empty impl for generate_impl assist#22592

Open
A4-Tacks wants to merge 1 commit into
rust-lang:masterfrom
A4-Tacks:gen-impl-from-impl
Open

feat: generate impl from empty impl for generate_impl assist#22592
A4-Tacks wants to merge 1 commit into
rust-lang:masterfrom
A4-Tacks:gen-impl-from-impl

Conversation

@A4-Tacks

@A4-Tacks A4-Tacks commented Jun 16, 2026

Copy link
Copy Markdown
Member

Close #17590

Example

impl Foo$0

->

impl<T> Foo<T> {$0}

Example
---
```rust
impl Foo$0
```
->
```rust
impl<T> Foo<T> {$0}
```
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 16, 2026
@A4-Tacks A4-Tacks requested a review from ChayimFriedman2 June 16, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide assistance for writing an impl block

2 participants