-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Labels
compiler frontend`noirc_frontend` crate`noirc_frontend` crate
Description
Problem
If a type, struct or enum is marked as comptime but doesn't refer to comptime-only types, a warning could be issued because the comptime keyword is not needed.
For example:
comptime type MyField = Field;
^^^^^^^^ unnecessary `comptime`: the type `MyField` doesn't refer to any comptime-only typesHappy Case
The compiler produces a warning in the above case.
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
compiler frontend`noirc_frontend` crate`noirc_frontend` crate