Skip to content

Fix #[wstd::test] macro hygiene #75

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

Merged
merged 1 commit into from
Jul 29, 2025

Conversation

teohhanhui
Copy link
Contributor

Using an unqualified #[test] in the generated code could lead to macro hygiene problems...

Fixes #74

Using an unqualified `#[test]` in the generated code could lead to
macro hygiene problems...
@pchickey
Copy link
Contributor

Thanks!

@pchickey pchickey merged commit 9b11392 into bytecodealliance:main Jul 29, 2025
4 checks passed
@teohhanhui teohhanhui deleted the fix/test-macro-hygiene branch July 29, 2025 17:53
teohhanhui added a commit to teohhanhui/wstd that referenced this pull request Aug 3, 2025
Using an unqualified `#[test]` in the generated code could lead to
macro hygiene problems...
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.

[Discussion] error: fn must be async fn
2 participants