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
Triage: std::num::Float doesn't exist any more. I'm not sure of the best way to reproduce this. Using the num crate, I get
src/lib.rs:27:21: 27:31 error: the trait `num::traits::Float` cannot be made into an object [E0038]
src/lib.rs:27 self.mulfed(Float::one() / self.dot(self).sqrt())
^~~~~~~~~~
and it doesn't look like one is implemented for Float.
#21817 tried to solve a type inference quirk for the binary operators. But as @Byron reported, it is still not perfect:
Notice that there are two versions of
normalized
, one can compile whereas the other can't. This is a bug.The text was updated successfully, but these errors were encountered: