Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

these should be boxed slices, as their size is not changed #141

Open
sezna opened this issue Jul 30, 2024 · 1 comment
Open

these should be boxed slices, as their size is not changed #141

sezna opened this issue Jul 30, 2024 · 1 comment
Assignees

Comments

@sezna
Copy link
Collaborator

sezna commented Jul 30, 2024

// TODO these should be boxed slices, as their size is not changed
variants: Vec<TypeVariant>,
constant_literal_types: Vec<Literal>,
},
Arrow(Vec<TypeVariable>),
ErrorRecovery,


This issue was generated by todo-issue based on a TODO comment in 6c2873b. It's been assigned to @sezna because they committed the code.
@sezna sezna self-assigned this Jul 30, 2024
@sezna
Copy link
Collaborator Author

sezna commented Jul 30, 2024

these should be boxed slices, as their size is not changed

// TODO these should be boxed slices, as their size is not changed
variants: Box<[GeneralizedTypeVariant]>,
constant_literal_types: Vec<Literal>,
},
Arrow(Vec<TypeVariable>),
ErrorRecovery,


This comment was generated by todo-issue based on a TODO comment in 6c2873b. It's been assigned to @sezna because they committed the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant