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
"No safe 'as' cast from larger to smaller floating point precision - if you're sure you want this unsafe conversion, consider using `unsafe_narrow<T>()` to force the conversion"
753
+
);
754
+
}
755
+
742
756
// Signed/unsigned conversions to a not-smaller type are handled as a precondition,
743
757
// and trying to cast from a value that is in the half of the value space that isn't
744
758
// representable in the target type C is flagged as a Type safety contract violation
0 commit comments