rust-analyzer version: rust-analyzer 0.4.2592-standalone
rustc version: rustc 1.91.0-nightly (040a98a 2025-08-20)
editor or extension: VIM-9.1
code snippet to reproduce:
fn main() {
vec![0i32].into_iter()
.take_while(|_n| false)
.last();
}
InlayHints for _n:
&<IntoIter<i32> as Iterator>::Item