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

internment: Intern<T>: Data race allowed on T #807

Merged
merged 1 commit into from
Mar 4, 2021
Merged

internment: Intern<T>: Data race allowed on T #807

merged 1 commit into from
Mar 4, 2021

Conversation

JOE1994
Copy link
Contributor

@JOE1994 JOE1994 commented Mar 4, 2021

Original issue report: droundy/internment#20

@Shnatsel Shnatsel merged commit 12b47a0 into rustsec:master Mar 4, 2021
@Shnatsel
Copy link
Member

Shnatsel commented Mar 4, 2021

Thanks! We really need a Clippy lint or a compiler warning for this sort of thing, it seems.

@JOE1994
Copy link
Contributor Author

JOE1994 commented Mar 4, 2021

Thanks! We really need a Clippy lint or a compiler warning for this sort of thing, it seems.

we have a static analyzer implementation that can also be easily ported as a Clippy lint.
We're wrapping up our work for a submission to a conference, and we plan to release the tool and the Clippy lint implementation soon :)

Thank you for reviewing this PR 👍

@alex
Copy link
Member

alex commented Mar 4, 2021

That's fantastic to hear you'll be contributing this to clippy, really oustanding!

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.

3 participants