mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +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`