rust-analyzer/crates/ide-assists
bors 6bbb2ac304 Auto merge of #15705 - rmehri01:14485_fix_delegate_self_references, r=Veykril
fix: resolve Self type references in delegate method assist

This PR makes the delegate method assist resolve any `Self` type references in the parameters or return type. It also works across macros such as the `uint_impl!` macro used for `saturating_mul` in the issue example.

Closes #14485
2023-12-08 11:31:34 +00:00
..
src Auto merge of #15705 - rmehri01:14485_fix_delegate_self_references, r=Veykril 2023-12-08 11:31:34 +00:00
Cargo.toml Bump either 2023-11-15 13:07:36 +02:00