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
XXX This is pub(crate) so we can write literal constants. If const fns were stable, we could
make the Scalar constructors const fns and use those instead.
This now possible after the MSRV bump.
I wouldn't consider it a release blocker though. Functions can always be made const fn later.