mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-05 14:37:37 +00:00
![]() Fix bad span for explicit lifetime suggestions
Fixes #121267
Current explicit lifetime suggestions are not showing correct spans for some lifetimes - e.g. elided lifetime generic parameters;
This should be done correctly regarding elided lifetime kind like the following code
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml |