-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
rust-analyzer version: rust-analyzer 0.4.2629-standalone
rustc version: rustc 1.91.0-nightly (040a98a 2025-08-20)
editor or extension: Vim
code snippet to reproduce:
fn foo(x: Vec<i32>) {
x.is|
}
Output completion list:
is_empty()~ const fn(&self) -> bool f
is_empty()~ const fn(&self) -> bool f
is_sorted()~ fn(&self) -> bool f
is_sorted_by(…)~ fn(&'a self, F) -> bool f