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

Fix call of proc_macro::Span::clone on the wrong thread #1466

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jun 5, 2023

The way #1315 was implemented is unsound if someone has a standard library implementation on which proc_macro::Span's Clone impl is not just equivalent to its Copy impl, but involves accessing the span's thread-local data.

Reported by @joshlf.

@dtolnay dtolnay merged commit 2a001f4 into master Jun 5, 2023
28 checks passed
@dtolnay dtolnay deleted the threadboundclone branch June 5, 2023 01:59
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.

None yet

1 participant