mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 16:45:58 +00:00
Fix suggesting turbofish with lifetime arguments Now we suggest turbofish correctly given exprs like `foo<'_>`. Also fix suggestion when we have `let x = foo<bar, baz>;` which was broken.