mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
e0e18cc2a7
Use correct type in "Replace turbofish with type" And support `?` and `.await` expressions. Fixes #13148. The assist can still show up even if the turbofish's type is not used at all, e.g.: ```rust fn foo<T>() {} let v = foo::<i32>(); ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |