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
We should lint on transmutes between the same type, e.g. transmute::<u8,u8>(...)
The easiest thing to do here is to find ExprCalls which resolve to transmute, and checking if the expr_ty of the argument matches that of the whole call expression.