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
Simplify is_valid_cast logic to compute a single decision.
Return a single not_impl_err! for invalid cast cases.
Construct CastExpr::new_with_target_field(...) once
on the successful path, enhancing code clarity and
reducing duplication.
0 commit comments