Skip to content

macros: fix the hygiene issue of join! and try_join!#7766

Merged
ADD-SP merged 1 commit intotokio-rs:masterfrom
ADD-SP:add_sp/macros-fix-join
Dec 8, 2025
Merged

macros: fix the hygiene issue of join! and try_join!#7766
ADD-SP merged 1 commit intotokio-rs:masterfrom
ADD-SP:add_sp/macros-fix-join

Conversation

@ADD-SP
Copy link
Member

@ADD-SP ADD-SP commented Dec 7, 2025

closes #7764

@ADD-SP ADD-SP added C-bug Category: This is a bug. A-tokio Area: The main tokio crate M-macros Module: macros in the main Tokio crate labels Dec 7, 2025
Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
@ADD-SP ADD-SP merged commit 97d06ae into tokio-rs:master Dec 8, 2025
88 checks passed
@ADD-SP ADD-SP deleted the add_sp/macros-fix-join branch December 8, 2025 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-macros Module: macros in the main Tokio crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

the join! macro leaks some symbols into the caller's scope

2 participants