rust-analyzer icon indicating copy to clipboard operation
rust-analyzer copied to clipboard

feat: add "Convert `as` to `From`" assist

Open benodiwal opened this issue 1 month ago • 0 comments

Closes rust-lang/rust-analyzer#21229

NOTE: Narrowing casts like i64 as i32 won't show the assist. Hence .try_into().unwrap() conversion when only TryFrom/TryInto exists can be added as a follow-up enhancement through another PR.

benodiwal avatar Dec 09 '25 22:12 benodiwal