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
After #4000 was merged, TypeVariables now contain their original TypeVariableId themselves. So there is no longer any need to also store these separately alongside type variables in Generics.
Happy Case
We can remove the duplicate TypeVariableIds.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
# Description
## Problem\*
Resolves#4058
## Summary\*
Small cleanup from the trait generics PR. Since `TypeVariableId`s are no
longer needed in `Generics`, this removes them.
## Additional Context
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
---------
Co-authored-by: Tom French <[email protected]>
Problem
After #4000 was merged,
TypeVariable
s now contain their originalTypeVariableId
themselves. So there is no longer any need to also store these separately alongside type variables inGenerics
.Happy Case
We can remove the duplicate
TypeVariableId
s.Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: