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

Check if struct methods can have the #[export] tag applied and if so disallow it. #6526

Closed
TomAFrench opened this issue Nov 15, 2024 · 0 comments · Fixed by #6626
Closed
Assignees

Comments

@TomAFrench
Copy link
Member

We disallow applying the #[test] attribute to struct and trait methods but we potentially allow the #[export] trait. We should ensure that the same restrictions are in place here.

@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Nov 15, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants