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. |
||
|---|---|---|
| .. | ||
| lexer | ||
| parser | ||
| lib.rs | ||
| validate_attr.rs | ||
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. |
||
|---|---|---|
| .. | ||
| lexer | ||
| parser | ||
| lib.rs | ||
| validate_attr.rs | ||