StructDef::fields
and StructDef::set_fields
don't take visibility into account
#6229
Labels
bug
Something isn't working
Aim
In #6221 we'll introduce struct field visibility. The existing macro methods for dealing with struct fields don't know about visibility, but they probably should.
Expected Behavior
There should be a way to know a struct field's visibility, and to specify it when using
set_fields
.Bug
There's no way to deal with struct field visibilities in macros.
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: