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
On 2022-05-28 @recmo wrote in 1ec2e50 “Recognize new tags”:
BLOCKED) Add <{BITS}> to the type when Display works in const fn.
#[must_use]#[track_caller]pubconstfn from_limbs(limbs:[u64;LIMBS]) -> Self{Self::assert_valid();ifBITS > 0{// FEATURE: (BLOCKED) Add `<{BITS}>` to the type when Display works in const fn.assert!(
limbs[Self::LIMBS - 1] <= Self::MASK,"Value too large for this Uint");}
On 2022-05-28 @recmo wrote in
1ec2e50
“Recognize new tags”:BLOCKED) Add
<{BITS}>
to the type when Display works in const fn.From
src/lib.rs:178
The text was updated successfully, but these errors were encountered: