diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-23 23:28:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-23 23:28:53 +0800 |
| commit | b8705f97fc3ef32ec98d3f77a8ccd28decbbaf50 (patch) | |
| tree | 9c82ca453b8348844f131cf06d8519687c5a8417 /test/Cargo.lock | |
| parent | f9f879e488a62eba9c54c8e713cc94cc9f20e96e (diff) | |
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
Diffstat (limited to 'test/Cargo.lock')
| -rw-r--r-- | test/Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock index 5d4be76..2e65476 100644 --- a/test/Cargo.lock +++ b/test/Cargo.lock @@ -137,6 +137,14 @@ dependencies = [ ] [[package]] +name = "might_be_async_test_fallback" +version = "0.1.0" +dependencies = [ + "futures", + "might_be_async", +] + +[[package]] name = "might_be_async_test_sync" version = "0.1.0" dependencies = [ |
