Skip to content
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

Add external_contract proc macro #292

Merged
merged 3 commits into from
Dec 13, 2023

Conversation

kpob
Copy link
Contributor

@kpob kpob commented Dec 12, 2023

ModuleIR renamed ModuleImplIR
ModuleImplIRis an enum with two variants: Impl and Trait.
ModuleImlIR may be created from syn::ImplItem or syn::TraitItem.

@kpob kpob linked an issue Dec 12, 2023 that may be closed by this pull request
@kpob kpob merged commit 010111f into release/0.8.0 Dec 13, 2023
1 check passed
@kpob kpob deleted the feature/macro/external_contract-macro branch December 13, 2023 13:41
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.

Add #[external_contract] macro
2 participants