While we are here, this one can also be triggered with `impl` syntax https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=d43383743ffef4b512c74809eb38bbca ```rs fn f(_: &impl 'a + Sized) {} ``` _Originally posted by @Veykril in https://github.com/rust-lang/rust-analyzer/pull/19265#discussion_r1980895651_ <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"Shourya742"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->