mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Place cursor correctly when completing assoc fns with self
This commit is contained in:
parent
02955661a0
commit
9d94ffad44
4 changed files with 64 additions and 31 deletions
|
@ -5,6 +5,7 @@ use test_utils::mark;
|
|||
|
||||
use crate::{item::Builder, CompletionContext};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(super) enum Params {
|
||||
Named(Vec<String>),
|
||||
Anonymous(usize),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue