]> git.feebdaed.xyz Git - 0xmirror/tokio.git/commit
macros: fix the hygiene issue of `join!` and `try_join!` (#7766)
authorQi <qiqi.zhang@konghq.com>
Mon, 8 Dec 2025 10:39:29 +0000 (18:39 +0800)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 10:39:29 +0000 (18:39 +0800)
commit97d06ae1a69a38dfe20e65b5972f456781f2e0c1
tree785a590aefd53deb8ea755b08f9248aa64e9cf96
parentb5054e1dfff24c6166ed61100cfbfd329b16b8f8
macros: fix the hygiene issue of `join!` and `try_join!` (#7766)

Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
tests-build/tests/fail/macros_join.rs [new file with mode: 0644]
tests-build/tests/fail/macros_join.stderr [new file with mode: 0644]
tests-build/tests/fail/macros_try_join.rs [new file with mode: 0644]
tests-build/tests/fail/macros_try_join.stderr [new file with mode: 0644]
tests-build/tests/macros.rs
tokio/src/macros/join.rs
tokio/src/macros/try_join.rs