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 Rust, a large number of From traits are implemented for types. However, when we write code, Rust-analyzer will not automatically highlight all the specific types.
Can we achieve something like the effect of RustRover?