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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
it would be nice to be able to generate compile-time checks. These are usually in the form of:
this does not work in
impl Foo { .. }
blocks as rust will not allow underscore names on associated consts.We should have a copy of
generate_const
on both thegenerator
(top level) andImplMod
(nested mod)The text was updated successfully, but these errors were encountered: