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

Remove const from Fixture::into_content #3

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

Y-Nak
Copy link
Collaborator

@Y-Nak Y-Nak commented Jan 4, 2024

This PR just removes const from Fixture::into_content. This is necessary because of rustc's const live drop analysis is not precise enough to allow this case.
Ref

@akonradi-signal Sorry, I didn't notice this error when I merged #2.

@Y-Nak Y-Nak merged commit 5640c41 into fe-lang:main Jan 4, 2024
5 checks passed
@Y-Nak Y-Nak deleted the fix-const-live-drops branch January 4, 2024 13:19
@akonradi-signal
Copy link
Contributor

No worries, thanks! Any chance this could be published as part of a release?

@Y-Nak
Copy link
Collaborator Author

Y-Nak commented Jan 4, 2024

I published v0.2.0. Thanks for your contribution!

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.

2 participants