mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
72b6a91fe7
Do not ICE when suggesting elided lifetimes on non-existent spans. Fixes https://github.com/rust-lang/rust/issues/91763 r? `@jackh726`