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
Resolves#3948
Functions implemented in Traits weren't being treated as public, which
resulted in `...is private and not visible from the current module`
warnings
This PR simply forces the creation of public functions in the AST at the
parser level.
---------
Co-authored-by: jfecher <jake@aztecprotocol.com>
Co-authored-by: Tom French <tom@tomfren.ch>
Aim
Implementing commonly used methods as traits
Expected Behavior
Should not warn me about default not being visible
Bug
To Reproduce
Installation Method
None
Nargo Version
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: