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
If a global constant is defined in an implementation, we parameterize it with all the generics of the impl block (see here for instance). We should only parameterize it with the generics it actually uses. Note that doing this should only require implementing a simple micro-pass.
The text was updated successfully, but these errors were encountered:
If a global constant is defined in an implementation, we parameterize it with all the generics of the impl block (see here for instance). We should only parameterize it with the generics it actually uses. Note that doing this should only require implementing a simple micro-pass.
The text was updated successfully, but these errors were encountered: