You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In other languages, when hovering over call to generic function, I see concrete types instead of generic, which is useful and I miss it in rust-analyzer.
C++:
TypeScript:
Rust:
Here I want also to see, for example, fn fun<i32>(a: i32) -> i32 instead of generic T.
The text was updated successfully, but these errors were encountered:
ChayimFriedman2
added
A-ide
general IDE features
A-ty
type system / type inference / traits / method resolution
and removed
A-ty
type system / type inference / traits / method resolution
labels
Dec 16, 2024
In other languages, when hovering over call to generic function, I see concrete types instead of generic, which is useful and I miss it in rust-analyzer.
C++:
TypeScript:
Rust:
Here I want also to see, for example,
fn fun<i32>(a: i32) -> i32
instead of genericT
.The text was updated successfully, but these errors were encountered: