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
Hover for u96 type in corelib's circuit_test contains the BoundedInt, which u96 aliases, instead of the u96 itself.
"Go to definition" also points to the original type, not to the definition of u96.
same happens for impl aliases:
// Pow implementation for any algebra.implAnyAlgebraPow<A, implAlgImp:Algebra<A>> ofPow<A> { ... }
// Impl alias for Pow of i32.implInt32Pow=AnyAlgebraPow<i32, I32Algebra>;
// do goto definition on Int32Pow usage
The text was updated successfully, but these errors were encountered:
Hover for
u96
type in corelib'scircuit_test
contains theBoundedInt
, whichu96
aliases, instead of theu96
itself."Go to definition" also points to the original type, not to the definition of
u96
.same happens for impl aliases:
The text was updated successfully, but these errors were encountered: