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
Rust Analyzer has a nice feature: when we call a generic function without specifying the concrete type explicitly (i.e., it is inferred by the compiler), the hover for that call shows what type has been inferred:
We can introduce something similar in the future.
The text was updated successfully, but these errors were encountered:
Rust Analyzer has a nice feature: when we call a generic function without specifying the concrete type explicitly (i.e., it is inferred by the compiler), the hover for that call shows what type has been inferred:
We can introduce something similar in the future.
The text was updated successfully, but these errors were encountered: