rust/crates/ide-assists
Chayim Refael Friedman e5e979906b Use type information to deduce the correct type for "Replace turbofish with explicit type", even when it is not exactly the same as the turbofish type
I implemented that by checking the expressions' type.
This could probably be implemented better by taking the function's return type and substituting the generic parameter with the provided turbofish, but this is more complicated.
2022-08-31 01:07:41 +00:00
..
src Use type information to deduce the correct type for "Replace turbofish with explicit type", even when it is not exactly the same as the turbofish type 2022-08-31 01:07:41 +00:00
Cargo.toml Disable all source-gen tests at compile time 2022-07-24 10:38:28 +02:00