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

Slice regions support nested slices and references #23

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

antiguru
Copy link
Owner

@antiguru antiguru commented Mar 1, 2024

This changes the slice region to support copy-onto for && types, which is needed to support arbitrarily nested slices and things that look like slices. Probably want to establish a rule that copy-onto should be implemented for owned types, references and references to references.

This changes the slice region to support copy-onto for && types, which is
needed to support arbitrarily nested slices and things that look like
slices. Probably want to establish a rule that copy-onto should be
implemented for owned types, references and references to references.

Signed-off-by: Moritz Hoffmann <[email protected]>
@antiguru antiguru merged commit 3eeba16 into main Mar 13, 2024
7 checks passed
@antiguru antiguru deleted the slice_implementations branch March 13, 2024 20:15
@github-actions github-actions bot mentioned this pull request Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant