From b8705f97fc3ef32ec98d3f77a8ccd28decbbaf50 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 23:28:53 +0800 Subject: feat(test): add fallback test crate for no-metadata builds Add `might_be_async_test_fallback` crate in `test/no_metadata/` to verify macro behavior when the `metadata_async` feature is absent, covering sync/async select, invoke, and bare func attributes --- test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Cargo.toml') diff --git a/test/Cargo.toml b/test/Cargo.toml index b92b54b..68a4698 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -1,3 +1,3 @@ [workspace] -members = ["sync", "async"] +members = ["sync", "async", "no_metadata"] resolver = "2" -- cgit