You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand the proc-macro composability test vector (#1600)
### What
Add parse_item_impl attribute macro that parses impl blocks and apply it
to contractimpl to test macro composition.
### Why
The existing tests only validated function-level macro composition. This
verifies that soroban-sdk macros compose correctly with impl-level
attribute macros. What's under test is pretty minor but easy to test to
include so why not.
For #1544
0 commit comments