You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…e-1, r=Veykril
internal: Migrate some assists to use the structured snippet API
Migrates the following assists:
- `add_missing_impl_members`
- `extract_type_alias`
As an additional requirement, these assists are also migrated to use the mutable AST API, since otherwise there would be overlapping `Indel` spans
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 17, 2023
…e-2, r=lowr
internal: Migrate more assists to use the structured snippet API
Continuing from rust-lang#14979
Migrates the following assists:
- `generate_derive`
- `wrap_return_type_in_result`
- `generate_delegate_methods`
As a bonus, `generate_delegate_methods` now generates the function and impl block at the correct indentation 🎉.
etc. git autocrlf is probably at work here. this is on windows 8.
ps.
The text was updated successfully, but these errors were encountered: