Implement impl Trait
for function parameters
#3771
Labels
compiler frontend
`noirc_frontend` crate
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Problem
Using traits can be somewhat cumbersome when it requires extra ceremony just for a single parameter:
Happy Case
Adopt rust's
impl Trait
syntax for parameters as well (Noir already mostly supports this for return types):Alternatives Considered
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: