Skip to content

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

Merged
pchickey merged 1 commit intobytecodealliance:mainfrom
teohhanhui:fix/test-macro-hygiene
Jul 29, 2025
Merged

Fix #[wstd::test] macro hygiene#75
pchickey merged 1 commit intobytecodealliance:mainfrom
teohhanhui:fix/test-macro-hygiene

Conversation

@teohhanhui
Copy link
Copy Markdown
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
Copy Markdown
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