Skip to content

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

Merged
dtolnay merged 1 commit intomasterfrom
threadboundclone
Jun 5, 2023
Merged

Fix call of proc_macro::Span::clone on the wrong thread#1466
dtolnay merged 1 commit intomasterfrom
threadboundclone

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
@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.

1 participant